|
1 | 1 | {
|
2 |
| - "name": "speccy", |
3 |
| - "version": "0.7.2", |
4 |
| - "description": "Your friendly OpenAPI v3.0 #WellActually CLI assistant.", |
5 |
| - "bin": { |
6 |
| - "speccy": "./speccy.js" |
7 |
| - }, |
8 |
| - "scripts": { |
9 |
| - "test": "nyc --reporter=html --reporter=text mocha", |
10 |
| - "coverage": "nyc report --reporter=text-lcov | coveralls" |
11 |
| - }, |
12 |
| - "preferGlobal": true, |
13 |
| - "browserify": { |
14 |
| - "transform": [ |
15 |
| - [ |
16 |
| - "babelify", |
17 |
| - { |
18 |
| - "presets": [ |
19 |
| - "es2015" |
20 |
| - ] |
21 |
| - } |
22 |
| - ] |
23 |
| - ] |
24 |
| - }, |
25 |
| - "repository": { |
26 |
| - "url": "https://github.com/wework/speccy.git", |
27 |
| - "type": "git" |
28 |
| - }, |
29 |
| - "author": "Phil Sturgeon <[email protected]>", |
30 |
| - "license": "BSD-3-Clause", |
31 |
| - "bugs": { |
32 |
| - "url": "https://github.com/wework/speccy/issues" |
33 |
| - }, |
34 |
| - "keywords": [ |
35 |
| - "swagger", |
36 |
| - "openapi", |
37 |
| - "openapi3", |
38 |
| - "documentation", |
39 |
| - "validator", |
40 |
| - "validation", |
41 |
| - "resolver", |
42 |
| - "lint", |
43 |
| - "linter" |
44 |
| - ], |
45 |
| - "dependencies": { |
46 |
| - "ajv": "^5.0.1", |
47 |
| - "commander": "^2.14.1", |
48 |
| - "ejs": "^2.5.2", |
49 |
| - "express": "^4.14.0", |
50 |
| - "js-yaml": "^3.6.1", |
51 |
| - "json-schema-to-openapi-schema": "^0.2.0", |
52 |
| - "node-fetch": "^1.7.3", |
53 |
| - "node-readfiles": "^0.2.0", |
54 |
| - "redoc": "next", |
55 |
| - "reftools": "0.0.20", |
56 |
| - "should": "^13.2.0" |
57 |
| - }, |
58 |
| - "devDependencies": { |
59 |
| - "babel-core": "^6.24.1", |
60 |
| - "babel-loader": "^7.1.0", |
61 |
| - "babel-preset-es2015": "^6.24.1", |
62 |
| - "coveralls": "^3.0.0", |
63 |
| - "mocha": "^5.0.0", |
64 |
| - "nock": "^9.2.3", |
65 |
| - "nyc": "^11.6.0", |
66 |
| - "webpack": "^3.5.6" |
67 |
| - } |
| 2 | + "name": "speccy", |
| 3 | + "version": "0.7.3", |
| 4 | + "description": "Your friendly OpenAPI v3.0 #WellActually CLI assistant.", |
| 5 | + "bin": { |
| 6 | + "speccy": "./speccy.js" |
| 7 | + }, |
| 8 | + "scripts": { |
| 9 | + "test": "nyc --reporter=html --reporter=text mocha", |
| 10 | + "coverage": "nyc report --reporter=text-lcov | coveralls" |
| 11 | + }, |
| 12 | + "preferGlobal": true, |
| 13 | + "browserify": { |
| 14 | + "transform": [ |
| 15 | + [ |
| 16 | + "babelify", |
| 17 | + { |
| 18 | + "presets": [ |
| 19 | + "es2015" |
| 20 | + ] |
| 21 | + } |
| 22 | + ] |
| 23 | + ] |
| 24 | + }, |
| 25 | + "repository": { |
| 26 | + "url": "https://github.com/wework/speccy.git", |
| 27 | + "type": "git" |
| 28 | + }, |
| 29 | + "author": "Phil Sturgeon <[email protected]>", |
| 30 | + "license": "BSD-3-Clause", |
| 31 | + "bugs": { |
| 32 | + "url": "https://github.com/wework/speccy/issues" |
| 33 | + }, |
| 34 | + "keywords": [ |
| 35 | + "swagger", |
| 36 | + "openapi", |
| 37 | + "openapi3", |
| 38 | + "documentation", |
| 39 | + "validator", |
| 40 | + "validation", |
| 41 | + "resolver", |
| 42 | + "lint", |
| 43 | + "linter" |
| 44 | + ], |
| 45 | + "dependencies": { |
| 46 | + "ajv": "^5.0.1", |
| 47 | + "commander": "^2.14.1", |
| 48 | + "ejs": "^2.5.2", |
| 49 | + "express": "^4.14.0", |
| 50 | + "js-yaml": "^3.6.1", |
| 51 | + "json-schema-to-openapi-schema": "^0.2.0", |
| 52 | + "node-fetch": "^1.7.3", |
| 53 | + "node-readfiles": "^0.2.0", |
| 54 | + "redoc": "next", |
| 55 | + "reftools": "0.0.20", |
| 56 | + "should": "^13.2.0" |
| 57 | + }, |
| 58 | + "devDependencies": { |
| 59 | + "babel-core": "^6.24.1", |
| 60 | + "babel-loader": "^7.1.0", |
| 61 | + "babel-preset-es2015": "^6.24.1", |
| 62 | + "coveralls": "^3.0.0", |
| 63 | + "mocha": "^5.0.0", |
| 64 | + "nock": "^9.2.3", |
| 65 | + "nyc": "^11.6.0", |
| 66 | + "webpack": "^3.5.6" |
| 67 | + } |
68 | 68 | }
|
0 commit comments