forked from makeen-project/express-swagger-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "express-swagger-generator",
"version": "1.1.17",
"description": "Generates swagger doc & ui based on express existing routes.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/pgroot/express-swagger-generator.git"
},
"keywords": [
"express",
"swagger",
"api",
"swagger-ui",
"restful"
],
"author": "https://github.com/pgroot/express-swagger-generator/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/pgroot/express-swagger-generator/issues"
},
"homepage": "https://github.com/pgroot/express-swagger-generator",
"dependencies": {
"doctrine": "^2.0.0",
"glob": "^7.0.3",
"recursive-iterator": "^2.0.3",
"swagger-parser": "^5.0.5",
"doctrine-file": "^1.0.2",
"express-swaggerize-ui": "^1.0.3"
},
"devDependencies": {
"body-parser": "^1.15.0",
"express": "^4.13.4",
"mocha": "^3.2.0",
"mocha-jscs": "^5.0.0",
"mocha-jshint": "^2.3.1",
"supertest": "^2.0.1"
}
}