-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 845 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
{
"name": "@uhuru/enebular-docs",
"version": "0.1.0",
"description": "## Get Started",
"main": "README.md",
"scripts": {
"postinstall": "gitbook install",
"test": "mocha test.js",
"build": "gitbook build",
"check": "node check.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enebular/docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/enebular/docs/issues"
},
"homepage": "https://github.com/enebular/docs#readme",
"dependencies": {
"gitbook-cli": "^2.3.2",
"gitbook-plugin-expandable-chapters-interactive": "^0.1.0",
"gitbook-plugin-language-picker": "^0.1.0"
},
"devDependencies": {
"assert": "^1.4.1",
"glob": "^7.1.2",
"markdown-it": "^8.4.0",
"markdown-it-meta": "0.0.1",
"mocha": "^4.0.1"
}
}