-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 879 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": "surveys",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./app.js"
},
"dependencies": {
"express": "~4.2.0",
"static-favicon": "~1.0.0",
"morgan": "~1.5.0",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"debug": "~0.7.4",
"jade": "~1.3.0",
"less-middleware": "1.0.x",
"mongoose": "3.8.18",
"passport": "*",
"passport-local": "*",
"underscore": "*",
"express-session": "*",
"connect-flash": "*",
"bcrypt-nodejs": "*",
"q": "*",
"lodash-node": "*",
"mongodb": "^1.4.8",
"superagent": "*",
"supertest": "*",
"nodemailer": "^1.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "*",
"grunt-mocha": "^0.4.10",
"grunt-mocha-test": "^0.10.2",
"chai": "*",
"expect.js": "^0.3.1",
"grunt-shell": "^1.0.1"
}
}