-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 869 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 869 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
36
37
{
"name": "simpla-docs",
"version": "0.0.0",
"description": "Simpla documentation",
"main": "",
"author": {
"name": "Simpla contributors",
"url": "https://www.simplajs.org"
},
"license": "MIT",
"keywords": [
"simpla",
"documentation",
"content-management"
],
"repository": {
"type": "git",
"url": "https://github.com/simplajs/docs.git"
},
"bugs": {
"url": "https://github.com/simplajs/docs/issues"
},
"homepage": "https://docs.simplajs.org",
"scripts": {
"build": "gitbook build",
"serve": "gitbook serve --port 3000"
},
"dependencies": {
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-feathers-collapsible-menu": "^2.1.0",
"gitbook-plugin-heading-anchors": "^1.0.3",
"gitbook-plugin-toggle-chapters": "0.0.3"
},
"devDependencies": {
"gitbook-cli": "^2.3.2"
}
}