-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 944 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
{
"name": "exergaming-backend",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "./node_modules/.bin/mocha --exit"
},
"dependencies": {
"asyncawait": "^1.0.7",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"casper": "^0.1.1",
"cheerio": "^1.0.0-rc.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.9-1",
"debug": "^3.1.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"fibers": "^3.1.1",
"jade": "^1.11.0",
"mongoose": "^4.13.18",
"morgan": "^1.9.1",
"node-schedule": "^1.3.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"serve-favicon": "^2.4.5",
"underscore": "^1.9.1",
"uuid": "^3.3.2",
"winston": "^2.4.4"
},
"devDependencies": {
"mocha": "^4.1.0",
"supertest": "^3.4.2"
}
}