-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1000 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": "cadasta-internal-docs",
"version": "1.0.0",
"description": "## Development",
"main": "index.js",
"dependencies": {
"gitbook": "^3.2.3",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-insert-logo": "^0.1.5",
"js-yaml": "^3.13.1",
"lodash": "^4.17.14",
"open": "^6.4.0"
},
"devDependencies": {
"gitbook-cli": "^2.3.2"
},
"scripts": {
"start": "npm run docs:serve",
"test": "echo \"Error: no test specified\" && exit 1",
"docs:prepare": "gitbook install",
"docs:serve": "npm run docs:prepare && gitbook serve .",
"docs:build": "npm run docs:prepare && gitbook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cadasta/cadasta-internal-docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cadasta/cadasta-internal-docs/issues"
},
"homepage": "https://github.com/Cadasta/cadasta-internal-docs#readme"
}