-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "wtr-leaderboard",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"lint": "./node_modules/.bin/eslint . --fix",
"mocha": "NODE_ENV=test mocha --exit --recursive --timeout 10000",
"test": "npm run lint && npm run mocha"
},
"dependencies": {
"async-redis": "^1.1.4",
"body-parser": "^1.18.3",
"boom": "^7.3.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-favicon": "^2.0.1",
"getconfig": "^4.5.0",
"heroku-logger": "^0.3.1",
"http-errors": "~1.6.2",
"http-server": "^0.11.1",
"i18n": "^0.8.3",
"jsonfile-promised": "0.0.1",
"moment": "^2.22.2",
"morgan": "~1.9.0",
"redis": "^2.8.0",
"winson": "^1.0.0",
"winston": "^3.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.2.0",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"puppeteer": "^1.8.0",
"zombie": "^6.1.3"
}
}