-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1014 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
40
41
42
43
44
45
{
"name": "redocup",
"version": "0.2.1",
"description": "Simple way to serve OpenAPI/Swagger-generated API reference documentation with ReDoc.",
"main": "bin/redocup.js",
"bin": {
"redocup": "bin/redocup.js"
},
"preferGlobal": true,
"keywords": [
"OpenAPI",
"OpenAPI Specification",
"Swagger",
"JSON-Schema",
"API",
"REST",
"documentation",
"ReDoc"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Kenta Mori",
"email": "[email protected]",
"url": "http://github.com/zoncoen"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zoncoen/redocup"
},
"homepage": "https://github.com/zoncoen/redocup",
"bugs": {
"url": "https://github.com/zoncoen/redocup/issues"
},
"dependencies": {
"browser-sync": "^2.17.0",
"commander": "^2.9.0",
"ejs": "^2.5.2",
"express": "^4.14.0",
"js-yaml": "^3.6.1",
"redoc": "^1.3.3"
}
}