|
1 | 1 | { |
2 | | - "name": "glib-mock", |
3 | | - "version": "1.0.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "start": "node ./bin/www", |
7 | | - "test": "istanbul test node_modules/mocha/bin/_mocha", |
8 | | - "coverage": "istanbul cover node_modules/mocha/bin/_mocha", |
9 | | - "snyk-protect": "snyk protect", |
10 | | - "prepublish": "npm run snyk-protect" |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "body-parser": "~1.12.0", |
14 | | - "cookie-parser": "~1.3.4", |
15 | | - "debug": "2.2.0", |
16 | | - "express": "4.14.0", |
17 | | - "hbs": "4.0.0", |
18 | | - "morgan": "~1.5.1", |
19 | | - "serve-favicon": "~2.2.0", |
20 | | - "config": "~1.19.0", |
21 | | - "request": "2.74.0", |
22 | | - "lodash": "latest", |
23 | | - "moment": "~2.11.2", |
24 | | - "markdown-it": "~6.0.0", |
25 | | - "jwt-decode": "~2.0.1", |
26 | | - "snyk": "^1.17.5" |
27 | | - }, |
28 | | - "devDependencies": { |
29 | | - "co-mocha": "^1.1.2", |
30 | | - "istanbul": "^0.4.2", |
31 | | - "mocha": "^2.4.5", |
32 | | - "should": "^7.1.0", |
33 | | - "sinon": "^1.17.3", |
34 | | - "promisify-supertest": "^1.0.0", |
35 | | - "supertest": "^1.0.0" |
36 | | - }, |
37 | | - "snyk": true |
| 2 | + "name": "glib-mock", |
| 3 | + "version": "1.0.0", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "start": "node ./bin/www", |
| 7 | + "test": "istanbul test node_modules/mocha/bin/_mocha", |
| 8 | + "coverage": "istanbul cover node_modules/mocha/bin/_mocha", |
| 9 | + "snyk-protect": "snyk protect", |
| 10 | + "prepublish": "npm run snyk-protect" |
| 11 | + }, |
| 12 | + "dependencies": { |
| 13 | + "body-parser": "~1.12.0", |
| 14 | + "cookie-parser": "~1.3.4", |
| 15 | + "debug": "2.2.0", |
| 16 | + "express": "4.14.0", |
| 17 | + "hbs": "4.0.1", |
| 18 | + "morgan": "~1.5.1", |
| 19 | + "serve-favicon": "~2.2.0", |
| 20 | + "config": "~1.19.0", |
| 21 | + "request": "2.74.0", |
| 22 | + "lodash": "latest", |
| 23 | + |
| 24 | + "moment": "~2.15.2", |
| 25 | + "markdown-it": "~6.0.0", |
| 26 | + "jwt-decode": "~2.0.1", |
| 27 | + "snyk": "^1.17.5" |
| 28 | + }, |
| 29 | + "devDependencies": { |
| 30 | + "co-mocha": "^1.1.2", |
| 31 | + "istanbul": "^0.4.2", |
| 32 | + "mocha": "^2.4.5", |
| 33 | + "should": "^7.1.0", |
| 34 | + "sinon": "^1.17.3", |
| 35 | + "promisify-supertest": "^1.0.0", |
| 36 | + "supertest": "^1.0.0" |
| 37 | + }, |
| 38 | + "snyk": true |
38 | 39 | } |
0 commit comments