-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 969 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": "wdi-express",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "^1.13.3",
"bower": "^1.6.5",
"compression": "^1.5.2",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.3.3",
"dotenv": "^1.2.0",
"ejs": "^2.3.1",
"express": "^4.13.3",
"express-ejs-layouts": "^2.0.0",
"express-session": "^1.12.1",
"glob": "^5.0.3",
"method-override": "^2.3.0",
"mongoose": "^4.1.2",
"morgan": "^1.6.1",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-github": "^1.0.0",
"passport-local": "^1.0.0",
"randomstring": "^1.1.3",
"s3fs": "^2.3.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-less": "^3.0.1",
"gulp-nodemon": "^2.0.2",
"gulp-livereload": "^3.8.0",
"gulp-plumber": "^1.0.0"
}
}