forked from ssbc/handbook.scuttlebutt.nz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 783 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 783 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
{
"name": "ssb-handbook",
"version": "0.0.0",
"description": "A work-in-progress guide to the ssb-verse and key concepts and influences",
"dependencies": {
"gitbook-plugin-collapsible-menu": "^1.0.3",
"gitbook-plugin-ssb": "^1.1.0",
"gitbook-plugin-videoclips": "^0.1.9"
},
"devDependencies": {
"npm-run-all": "^3.1.1",
"gh-pages": "^0.11.0",
"gitbook-cli": "^2.3.0"
},
"scripts": {
"install": "gitbook install",
"start": "gitbook serve",
"build": "gitbook build",
"push": "gh-pages -d _book",
"deploy": "npm-run-all -s build push"
},
"repository": {
"type": "git",
"url": "ssb://%lJsDWwnF4bDxHWYuSjw/bW37xg+saF8WtPZYZsefKj0=.sha256"
},
"author": "Secure Scuttlebutt Consortium",
"license": "CC-BY-4.0"
}