This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.5 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "bulma-testing",
"version": "1.0.0",
"description": "Just learning the Bulma CSS framework.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon",
"css-build": "node-sass --omit-source-map-url public/styles/sass/styles.scss public/styles/css/styles.css&&echo \"Finished building styles!\""
},
"repository": {
"type": "git",
"url": "https://github.com/acollierr/bulma-learning.git"
},
"bugs": {
"url": "https://github.com/acollierr17/bulma-learning/issues"
},
"homepage": "https://github.com/acollier/bulma-learning",
"keywords": [
"bulma, js, javascript, css"
],
"author": "acollierr17 <[email protected]>",
"license": "MIT",
"dependencies": {
"bcrypt": "^3.0.2",
"body-parser": "^1.18.3",
"btoa": "^1.2.1",
"connect-mongo": "^2.0.2",
"cookie-parser": "^1.4.3",
"discord.js": "^11.4.2",
"dotenv-flow": "^0.1.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"helmet": "^3.15.0",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.23",
"mongoose": "^5.3.13",
"node-fetch": "^2.3.0",
"passport": "^0.4.0",
"passport-discord": "^0.1.3",
"passport-oauth2-refresh": "^1.1.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"bulma": "^0.7.2",
"node-sass": "^4.10.0"
}
}