-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 842 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 842 Bytes
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
{
"name": "@paperist/documentation",
"description": "",
"author": "3846masa <3846masahiro+git@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/Paperist/documentation#readme",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Paperist/documentation.git"
},
"bugs": {
"url": "https://github.com/Paperist/documentation/issues"
},
"version": "0.0.0",
"main": "index.js",
"scripts": {
"build": "gitbook build",
"prerelease": "npm run build",
"release": "gh-pages --dotfiles -d _book",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "gitbook serve"
},
"dependencies": {
"gh-pages": "^1.0.0",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-search-languages": "^0.1.1"
},
"devDependencies": {}
}