forked from Mermade/widdershins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.07 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
{
"name": "widdershins",
"version": "2.2.9",
"description": "OpenApi / Swagger / AsyncAPI 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"
],
"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.7",
"openapi_optimise": "^1.0.4",
"swagger2openapi": "^2.6.1",
"yargs": "^9.0.1"
},
"devDependencies": {
"node-readfiles": "^0.2.0"
}
}