-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 923 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
{
"name": "collabomate",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=production node ./bin/www",
"nodemon": "nodemon ./bin/www",
"gulp": "gulp"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.18.2",
"browser-sync": "^2.18.13",
"compression": "^1.7.1",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"debug": "~2.6.9",
"dotenv": "^4.0.0",
"express": "~4.15.5",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"express-validator": "^4.2.1",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.1.0",
"method-override": "^2.3.10",
"mongoose": "^4.12.4",
"morgan": "~1.9.0",
"node-fetch": "^1.7.3",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"pug": "2.0.0-beta11",
"serve-favicon": "~2.4.5"
}
}