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