git ssb

2+

dust / spaceship



Tree: a11e74be0b61bf964ee36417493633b90a900df0

Files: a11e74be0b61bf964ee36417493633b90a900df0 / package.json

1017 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 "pull-stream": "^3.4.5",
32 "run-parallel": "^1.1.4",
33 "ssb-client": "^3.0.0",
34 "ssb-keys": "^4.0.10",
35 "ssb-msgs": "^5.2.0",
36 "uuid": "^2.0.1",
37 "verbal-expressions": "^0.2.1",
38 "xdg-basedir": "^2.0.0"
39 },
40 "devDependencies": {
41 "jsdoc": "^3.4.0",
42 "tape": "^4.4.0"
43 }
44}
45

Built with git-ssb-web