-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 913 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
{
"name": "giftapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.13.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.3.5",
"csurf": "^1.8.3",
"debug": "~2.2.0",
"ejs": "~2.5.5",
"express": "~4.13.1",
"express-resource": "^1.0.0",
"express-session": "^1.13.0",
"helmet": "^1.1.0",
"mongodb": "^2.1.1",
"mongoose": "^4.3.7",
"monk": "^1.0.1",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"resource-routing": "^0.1.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-htmlmin": "^0.6.0",
"grunt-contrib-uglify": "^0.11.1"
}
}