-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 987 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 987 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
30
31
32
33
34
35
{
"name": "docs-interbit",
"version": "1.0.0",
"description": "Interbit SDK documentation",
"license": "MIT",
"main": "index.js",
"dependencies": {
"gitbook-cli": "^2.3.2",
"express": "^4.16.3",
"jsdoc": "^3.5.5",
"heroku-ssl-redirect": "^0.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/interbit/docs-interbit.git"
},
"bugs": {
"url": "https://github.com/interbit/docs-interbit/issues"
},
"homepage": {
"url": "https://github.com/interbit/docs-interbit"
},
"scripts": {
"start": "node index.js",
"build": "bash _bin/make.sh",
"test": "node node_modules/gitbook-plugin-interbit/scripts/doc_checks.js",
"spell": "node node_modules/gitbook-plugin-interbit/scripts/doc_checks.js -c spelling",
"includes": "node node_modules/gitbook-plugin-interbit/scripts/doc_checks.js -c includes",
"heroku-postbuild": "npm run build"
},
"engines": {
"npm": "6.1.0",
"node": "10.4.1"
}
}