forked from fsbahman/apidoc-swagger
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 944 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
{
"name": "apidoc-swagger",
"version": "0.2.3",
"description": "Convert api doc json to swagger json",
"author": "Bahman Fakhr Sabahi",
"license": "MIT",
"preferGlobal": true,
"bin": "bin/apidocSwagger.js",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/fsbahman/apidoc-swagger.git"
},
"bugs": {
"url": "https://github.com/fsbahman/apidoc-swagger/issues"
},
"keywords": [
"api",
"apidoc",
"doc",
"documentation",
"rest",
"restful",
"swagger"
],
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"apidoc-core": "0.3.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"fs-extra": "^0.16.5",
"lodash": "^3.5.0",
"marked": "^0.3.3",
"nomnom": "^1.8.1",
"path-to-regexp": "^1.2.0",
"winston": "^0.9.0"
},
"devDependencies": {},
"resolutions": {
"graceful-fs": "4.2.3"
}
}