Files: 822ed2ae59ead173a6d75484d73ef5bedf0eae9f / package.json
783 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 | "gitbook-plugin-videoclips": "^0.1.9" |
9 | }, |
10 | "devDependencies": { |
11 | "npm-run-all": "^3.1.1", |
12 | "gh-pages": "^0.11.0", |
13 | "gitbook-cli": "^2.3.0" |
14 | }, |
15 | "scripts": { |
16 | "install": "gitbook install", |
17 | "start": "gitbook serve", |
18 | "build": "gitbook build", |
19 | "push": "gh-pages -d _book", |
20 | "deploy": "npm-run-all -s build push" |
21 | }, |
22 | "repository": { |
23 | "type": "git", |
24 | "url": "ssb://%lJsDWwnF4bDxHWYuSjw/bW37xg+saF8WtPZYZsefKj0=.sha256" |
25 | }, |
26 | "author": "Secure Scuttlebutt Consortium", |
27 | "license": "CC-BY-4.0" |
28 | } |
29 |
Built with git-ssb-web