forked from Mermade/widdershins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.18 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
{
"name": "widdershins",
"version": "3.0.0",
"description": "OpenApi / Swagger / AsyncAPI / Semoasa definition to slate / shins compatible markdown",
"main": "index.js",
"bin": {
"widdershins": "./widdershins.js"
},
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mermade/widdershins.git"
},
"keywords": [
"swagger",
"openapi",
"openapi3",
"asyncapi",
"slate",
"shins",
"api",
"docs",
"documentation",
"semoasa"
],
"author": "Mike Ralphson",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mermade/widdershins/issues"
},
"homepage": "https://github.com/Mermade/widdershins#readme",
"dependencies": {
"dot": "^1.0.3",
"jgexml": "latest",
"js-yaml": "^3.6.1",
"node-fetch": "^1.7.3",
"openapi-sampler": "^1.0.0-beta.8",
"reftools": "0.0.18",
"safe-json-stringify": "github:MikeRalphson/safe-json-stringify",
"swagger2openapi": "^2.11.7",
"urijs": "^1.19.0",
"yargs": "^10.0.3"
},
"devDependencies": {
"node-readfiles": "^0.2.0"
}
}