git ssb

2+

dust / spaceship



Tree: b775a11f76f46c0211c8de6b98a970885d6d88cc

Files: b775a11f76f46c0211c8de6b98a970885d6d88cc / package.json

971 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": "set -e; for t in 'engines/**/test/*.js'; do node --harmony_destructuring $t; done"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/du5t/spaceship.git"
12 },
13 "keywords": [
14 "cypherspace",
15 "swarmlog",
16 "hyperlog",
17 "ssb",
18 "secure-scuttlebutt",
19 "decentralised"
20 ],
21 "author": "du5t",
22 "license": "AGPL-3.0",
23 "bugs": {
24 "url": "https://github.com/du5t/spaceship/issues"
25 },
26 "homepage": "https://github.com/du5t/spaceship#readme",
27 "dependencies": {
28 "jsonfile": "^2.2.3",
29 "patchwork-threads": "^2.0.0",
30 "run-parallel": "^1.1.4",
31 "ssb-client": "^3.0.0",
32 "ssb-keys": "^4.0.10",
33 "ssb-msgs": "^5.2.0",
34 "uuid": "^2.0.1",
35 "verbal-expressions": "^0.2.1",
36 "xdg-basedir": "^2.0.0"
37 },
38 "devDependencies": {
39 "tape": "^4.4.0"
40 }
41}
42

Built with git-ssb-web