-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
39 lines (38 loc) · 935 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": "glib-mock",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "istanbul test node_modules/mocha/bin/_mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"debug": "2.2.0",
"express": "4.14.0",
"hbs": "4.0.1",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0",
"config": "~1.19.0",
"request": "2.74.0",
"lodash": "latest",
"moment": "~2.15.2",
"markdown-it": "~6.0.0",
"jwt-decode": "~2.0.1",
"snyk": "^1.17.5"
},
"devDependencies": {
"co-mocha": "^1.1.2",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"should": "^7.1.0",
"sinon": "^1.17.3",
"promisify-supertest": "^1.0.0",
"supertest": "^1.0.0"
},
"snyk": true
}