-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.04 KB
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
{
"name": "node-auth-api",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"lint": "standard --fix",
"test": "mocha || true",
"posttest": "npm run lint",
"coverage": "babel-node node_modules/.bin/babel-istanbul cover _mocha",
"showcoverage": "open coverage/lcov-report/index.html"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-istanbul": "^0.12.2",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"fs": "0.0.1-security",
"jade": "~1.11.0",
"jimp": "^0.2.28",
"jsonpatch": "^3.0.1",
"jsonwebtoken": "^8.1.1",
"morgan": "~1.9.0",
"node-image-resize": "0.0.2",
"request": "^2.83.0",
"serve-favicon": "~2.4.5",
"superagent": "~1.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.1",
"standard": "^10.0.3",
"supertest": "^3.0.0"
}
}