-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 859 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
{
"name": "gulp-apidoc-swagger",
"version": "0.2.2",
"description": " Swagger json schema generator via apidoc",
"author": "Bahman Fakhr Sabahi",
"license": {
"type": "MIT",
"url": "https://github.com/fsbahman/gulp-apidoc-swagger/blob/master/README.md/LICENSE"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/fsbahman/gulp-apidoc-swagger"
},
"bugs": {
"url": "https://github.com/fsbahman/gulp-apidoc-swagger/issues"
},
"keywords": [
"gulpplugin",
"apidoc",
"documentation",
"rest",
"doc",
"swagger"
],
"homepage": "https://github.com/fsbahman/gulp-apidoc-swagger",
"dependencies": {
"apidoc-swagger": "^0.2.2",
"gulp-util": "^3.0.0"
},
"devDependencies": {
"mocha": "*",
"gulp": "~3.5.1"
}
}