Files: 91855c6d1477803a2c424a5292bd22656fddeeab / package.json
740 bytesRaw
1 | { |
2 | "name": "ssb-handbook", |
3 | "version": "0.0.0", |
4 | "description": "A work-in-progress guide to the ssb-verse and key concepts and influences", |
5 | "dependencies": { |
6 | "gitbook-plugin-collapsible-menu": "^1.0.3", |
7 | "gitbook-plugin-ssb": "^1.1.0" |
8 | }, |
9 | "devDependencies": { |
10 | "npm-run-all": "^3.1.1", |
11 | "gh-pages": "^0.11.0", |
12 | "gitbook-cli": "^2.3.0" |
13 | }, |
14 | "scripts": { |
15 | "install": "gitbook install", |
16 | "start": "gitbook serve", |
17 | "build": "gitbook build", |
18 | "push": "gh-pages -d _book", |
19 | "deploy": "npm-run-all -s build push" |
20 | }, |
21 | "repository": { |
22 | "type": "git", |
23 | "url": "ssb://%lJsDWwnF4bDxHWYuSjw/bW37xg+saF8WtPZYZsefKj0=.sha256" |
24 | }, |
25 | "author": "Secure Scuttlebutt Consortium", |
26 | "license": "CC-BY-4.0" |
27 | } |
28 |
Built with git-ssb-web