-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "mehrk",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "~1.0.0",
"compression": "^1.0.10",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.4.1",
"cookie-parser": "~1.0.1",
"csurf": "~1.3.0",
"debug": "~0.7.4",
"express": "~4.2.0",
"express-session": "~1.6.5",
"express-validator": "^2.3.0",
"handlebars": "^1.3.0",
"hbs": "^2.7.0",
"jade": "~1.3.0",
"lodash": "^2.4.1",
"mongoose": "^3.8.14",
"morgan": "~1.0.0",
"nconf": "~0.6.9",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"serve-favicon": "~2.0.1",
"socket.io": "~1.0.6",
"validator": "^3.16.1",
"winston": "^0.7.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-handlebars": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^1.21.4",
"grunt-mocha-test": "^0.11.0",
"supertest": "^0.13.0",
"should": "^4.0.4"
}
}