-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 839 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
{
"name": "jsdoc-express-with-swagger",
"version": "0.0.0",
"description": "Document your Express REST API with Swagger.",
"main": "index.js",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js . || exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/devlouisc/jsdoc-express-with-swagger.git"
},
"keywords": [
"jsdoc",
"restful",
"api",
"express",
"swagger"
],
"author": "devlouisc",
"license": "MIT",
"bugs": {
"url": "https://github.com/devlouisc/jsdoc-express-with-swagger/issues"
},
"homepage": "https://github.com/devlouisc/jsdoc-express-with-swagger#readme",
"dependencies": {
"doctrine": "^0.6.4",
"js-yaml": "^3.3.1",
"swagger-tools": "^0.8.7"
},
"devDependencies": {
"eslint": "^0.22.1",
"express": "^4.12.4"
}
}