-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 953 Bytes
/
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
{
"name": "expressdev",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"animate.scss": "0.0.6",
"body-parser": "~1.15.2",
"bootstrap-sass": "^3.3.7",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.14.0",
"express-flash": "0.0.2",
"express-session": "^1.14.2",
"faker": "^3.1.0",
"font-awesome": "^4.7.0",
"jade": "~1.11.0",
"jquery": "^3.1.1",
"mongoose": "^4.6.5",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.0-beta6",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-imagemin": "^3.1.0",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"through2": "^2.0.1",
"vinyl-named": "^1.1.0",
"webpack-stream": "^3.2.0"
}
}