-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "swaggo",
"version": "1.0.0",
"description": "swaggo official site",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" ",
"gitbook:prepare": "gitbook install",
"gitbook:watch": "npm run gitbook:prepare && gitbook serve",
"gitbook:build": "npm run gitbook:prepare && rm -rf _book && gitbook build",
"gitbook:publish": "gh-pages -d _book -m 'Auto publish book'",
"gitbook:pdf": "gitbook pdf . ./_book/swaggo.pdf",
"gitbook:epub": "gitbook epub . ./_book/swaggo.epub",
"gitbook:mobi": "gitbook mobi . ./_book/swaggo.mobi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swaggo/swaggo.io.git"
},
"keywords": [
"golang",
"swaggo"
],
"devDependencies": {
"gitbook-cli": "2.3.2"
},
"author": "swaggo",
"license": "MIT",
"bugs": {
"url": "https://github.com/swaggo/swag/issues"
},
"homepage": "https://github.com/swaggo/swag",
"dependencies": {
"gitbook-plugin-anchorjs": "^2.0.0",
"gitbook-plugin-edit-link": "2.0.2",
"gitbook-plugin-github": "2.0.0"
}
}