-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.29 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "swagger-vue-generator",
"version": "1.0.6",
"description": "Generate api from spec & documentation for swagger-vue with templates (markdown or html)",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive tests",
"testfile": "./node_modules/mocha/bin/mocha",
"generate-html": "node ./node_modules/jsdoc/jsdoc.js -t template -c jsdoc.conf.json -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonrac/swagger-vue-doc-generator.git"
},
"keywords": [
"swagger",
"swagger-ui",
"swagger-vue",
"swagger",
"vue",
"generator",
"docs generator"
],
"author": "Donii Sergii <doniysa@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonrac/swagger-vue-doc-generator/issues"
},
"homepage": "https://github.com/sonrac/swagger-vue-doc-generator#readme",
"dependencies": {
"argparse": "^1.0.9",
"chai": "^4.1.2",
"child_process": "^1.0.2",
"fs": "0.0.1-security",
"lodash": "^4.17.4",
"path": "^0.12.7",
"swagger-vue": "^1.0.3",
"yaml": "^0.3.0"
},
"devDependencies": {
"coveralls": "^3.0.0",
"ink-docstrap": "^1.3.0",
"istanbul": "^0.4.5",
"jasmine-node": "^1.14.5",
"jsdoc": "^3.5.5",
"mocha": "^4.0.1"
}
}