Files: 497571f364c7af9193a01ce584e318713daa4dcb / package.json
988 bytesRaw
1 | { |
2 | "name": "spaceship", |
3 | "version": "0.1.0", |
4 | "description": "a vehicle for cypherspace travel", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "./test.sh", |
8 | "doc": "jsdoc -c docs-conf.json -r --verbose -d docs/jsdoc/" |
9 | }, |
10 | "repository": { |
11 | "type": "git", |
12 | "url": "git+https://github.com/du5t/spaceship.git" |
13 | }, |
14 | "keywords": [ |
15 | "cypherspace", |
16 | "swarmlog", |
17 | "hyperlog", |
18 | "ssb", |
19 | "secure-scuttlebutt", |
20 | "decentralised" |
21 | ], |
22 | "author": "du5t", |
23 | "license": "AGPL-3.0", |
24 | "bugs": { |
25 | "url": "https://github.com/du5t/spaceship/issues" |
26 | }, |
27 | "homepage": "https://github.com/du5t/spaceship#readme", |
28 | "dependencies": { |
29 | "jsonfile": "^2.2.3", |
30 | "patchwork-threads": "^2.0.0", |
31 | "run-parallel": "^1.1.4", |
32 | "ssb-client": "^3.0.0", |
33 | "ssb-keys": "^4.0.10", |
34 | "ssb-msgs": "^5.2.0", |
35 | "uuid": "^2.0.1", |
36 | "verbal-expressions": "^0.2.1", |
37 | "xdg-basedir": "^2.0.0" |
38 | }, |
39 | "devDependencies": { |
40 | "jsdoc": "^3.4.0", |
41 | "tape": "^4.4.0" |
42 | } |
43 | } |
44 |
Built with git-ssb-web