Files: 4ada924920b23d49a8e65386cd7a30e2ccfe3c59 / package.json
1458 bytesRaw
1 | { |
2 | "name": "ssb-graphviz", |
3 | "version": "0.0.0", |
4 | "description": "visualize the ssb network graph", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "standard", |
8 | "start": "node server", |
9 | "start:dev": "node-dev server" |
10 | }, |
11 | "repository": { |
12 | "type": "git", |
13 | "url": " ssb://%hNm67sfnZFtWkD/+1qxH3UfzhXykfpKtOL1C/XbLANA=.sha256" |
14 | }, |
15 | "keywords": [], |
16 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
17 | "license": "Apache-2.0", |
18 | "bugs": { |
19 | "url": "https://git.scuttlebot.io/%25hNm67sfnZFtWkD%2F%2B1qxH3UfzhXykfpKtOL1C%2FXbLANA%3D.sha256/issues" |
20 | }, |
21 | "homepage": "https://git.scuttlebot.io/%25hNm67sfnZFtWkD%2F%2B1qxH3UfzhXykfpKtOL1C%2FXbLANA%3D.sha256#readme", |
22 | "devDependencies": { |
23 | "inu-log": "^1.0.2", |
24 | "node-dev": "^3.1.3", |
25 | "standard": "^8.6.0", |
26 | "tape": "^4.5.1" |
27 | }, |
28 | "dependencies": { |
29 | "bankai": "^5.1.3", |
30 | "cache-element": "^2.0.0", |
31 | "http-routes": "^1.2.3", |
32 | "inu": "^3.1.3", |
33 | "inux": "^2.1.0", |
34 | "lodash": "^4.17.2", |
35 | "ngraph.fromjson": "^0.1.8", |
36 | "ngraph.pixel": "github:ahdinosaur/ngraph.pixel#sheetify-compatible-styles", |
37 | "pull-cont": "0.0.0", |
38 | "pull-stream": "^3.4.5", |
39 | "run-waterfall": "^1.1.3", |
40 | "send-data": "^8.0.0", |
41 | "ssb-avatar": "^0.2.0", |
42 | "ssb-client": "^4.3.0", |
43 | "ssb-config": "^2.2.0", |
44 | "ssb-keys": "^7.0.3", |
45 | "ssb-reconnect": "^0.1.1", |
46 | "stack": "^0.1.0", |
47 | "stream-to-pull-stream": "^1.7.2", |
48 | "xhr": "^2.3.1" |
49 | } |
50 | } |
51 |
Built with git-ssb-web