-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
62 lines (62 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "bootprint-openapi",
"version": "1.1.1",
"description": "Converts a openapi-definition into a static html page",
"main": "index.js",
"preferGlobal": true,
"author": "Nils Knappmeier",
"license": "MIT",
"scripts": {
"preformat": "standard --version || npm -g install standard",
"format": "standard --fix",
"pretest": "standard --version || npm -g install standard",
"test": "mocha --recursive && standard",
"thought": "thought run -a",
"version": "thoughtful changelog -o -a && npm run thought"
},
"dependencies": {
"bootprint-json-schema": "^1.0.0",
"highlight.js": "^8.9.1",
"json-stable-stringify": "^1.0.1",
"lodash": "^3.9.3",
"m-io": "^0.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/bootprint/bootprint-openapi"
},
"bugs": {
"url": "https://github.com/bootprint/bootprint-openapi/issues"
},
"homepage": "https://github.com/bootprint/bootprint-openapi",
"peerDependencies": {
"bootprint": "^1.0.0"
},
"devDependencies": {
"bootprint": "^1.0.0",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"cheerio": "^0.19.0",
"customize": "^0.6.0",
"customize-engine-handlebars": "^0.5.2",
"deep-aplus": "^1.0.4",
"find-package": "^1.0.0",
"mocha": "^2.3.3",
"multilang-apidocs": "^0.2.1",
"q": "^1.4.1",
"thought": "^1.5.2",
"thoughtful-release": "^0.3.1",
"trace-and-clarify-if-possible": "^1.0.0"
},
"keywords": [
"openapi-to-html",
"swagger-to-html",
"swagger"
],
"files": [
"index.js",
"handlebars",
"less",
"lib"
]
}