forked from CodeHubApp/CodeHub-Push
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 892 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
{
"name": "codehub-push",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node bin/www",
"test": "eslint lib/**/*.js test/*.js bin/* && mocha",
"coverage": "istanbul cover _mocha"
},
"dependencies": {
"apn": "^2.2.0",
"async": "^2.6.0",
"body-parser": "^1.18.2",
"express": "^4.16.3",
"express-rate-limit": "^2.11.0",
"express-validator": "^5.1.2",
"http-assert": "^1.4.0",
"morgan": "^1.9.1",
"pg-promise": "^8.4.0",
"request": "^2.88.0",
"winston": "^2.4.2"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.14.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.16.0",
"istanbul": "^0.4.5",
"mocha": "^6.0.1",
"nock": "^10.0.6",
"prettier": "^1.16.4",
"sinon": "^4.5.0",
"supertest": "^3.4.2"
}
}