-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
39 lines (39 loc) · 885 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": "pretty-swag",
"version": "0.2.4",
"description": "A Document Generator for Swagger (OpenAPI) Specification",
"main": "pretty-swag.js",
"bin": {
"pretty-swag": "bin/run.js"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twskj/pretty-swag.git"
},
"keywords": [
"OpenAPI",
"Swagger",
"REST",
"RESTful",
"live",
"document"
],
"author": "twskj",
"license": "MIT",
"bugs": {
"url": "https://github.com/twskj/pretty-swag/issues"
},
"homepage": "https://github.com/twskj/pretty-swag#readme",
"dependencies": {
"esprima": "^4.0.0",
"highlight.js": "^10.4.1",
"json-schema-ref-parser": "^6.1.0",
"livedoc": "^0.1.100",
"marked": "^4.0.10",
"pluralize": "^3.1.0"
}
}