forked from faireprogram/EvaluationRepositories
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 804 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
{
"name": "evaluation-project",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"angular-mocks": "^1.5.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"express-socket.io-session": "^1.3.1",
"grunt": "^0.4.5",
"imagemagick": "^0.1.3",
"jade": "~1.11.0",
"jasmine": "^2.4.1",
"moment": "^2.11.2",
"mongodb": "^2.1.7",
"mongoose": "^4.4.3",
"morgan": "~1.6.1",
"multer": "^1.1.0",
"nodemailer": "^2.2.1",
"passport-local-mongoose": "^4.0.0",
"q": "^1.4.1",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.5"
},
"devDependencies": {
"grunt-contrib-jasmine": "^1.0.0"
}
}