Files: 0882250828f8b296fbb0440e8f4e54238db0c88c / package.json
1515 bytesRaw
1 | { |
2 | "name": "ssb-viz", |
3 | "version": "0.0.0", |
4 | "description": "visualize the ssb network graph", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "tape test.js", |
8 | "start": "electro out/bundle.js", |
9 | "bundle": "browselectrify out/index.js", |
10 | "build": "npm run --silent bundle -- > out/bundle.js", |
11 | "disc": "npm run --silent bundle -- --full-paths | discify --open", |
12 | "push": "gh-pages -d out", |
13 | "deploy": "npm-run-all -s build push" |
14 | }, |
15 | "browserify": { |
16 | "transform": [ |
17 | "brfs", |
18 | "es2040" |
19 | ] |
20 | }, |
21 | "repository": { |
22 | "type": "git", |
23 | "url": "git+https://github.com/ahdinosaur/ssb-viz.git" |
24 | }, |
25 | "keywords": [], |
26 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
27 | "license": "Apache-2.0", |
28 | "bugs": { |
29 | "url": "https://github.com/ahdinosaur/ssb-viz/issues" |
30 | }, |
31 | "homepage": "https://github.com/ahdinosaur/ssb-viz#readme", |
32 | "devDependencies": { |
33 | "browserify": "^13.0.0", |
34 | "budo": "^8.1.0", |
35 | "disc": "^1.3.2", |
36 | "envify": "^3.4.0", |
37 | "gh-pages": "^0.11.0", |
38 | "npm-run-all": "^1.6.0", |
39 | "tape": "^4.5.1", |
40 | "uglifyify": "^3.0.1", |
41 | "watchify": "^3.7.0" |
42 | }, |
43 | "dependencies": { |
44 | "brfs": "^1.4.3", |
45 | "browselectrify": "^1.0.1", |
46 | "electro": "^2.0.2", |
47 | "electron": "^1.4.4", |
48 | "es2040": "^1.2.4", |
49 | "insert-css": "^1.0.0", |
50 | "ngraph.fromjson": "^0.1.8", |
51 | "ngraph.pixel": "^2.2.0", |
52 | "pull-stream": "^3.4.5", |
53 | "run-waterfall": "^1.1.3", |
54 | "ssb-client": "^4.3.0", |
55 | "stream-to-pull-stream": "^1.7.2" |
56 | } |
57 | } |
58 |
Built with git-ssb-web