{ "name": "ssb-viz", "version": "0.0.0", "description": "visualize the ssb network graph", "main": "index.js", "scripts": { "test": "tape test.js", "start": "electro out/bundle.js", "bundle": "browselectrify out/index.js", "build": "npm run --silent bundle -- > out/bundle.js", "disc": "npm run --silent bundle -- --full-paths | discify --open", "push": "gh-pages -d out", "deploy": "npm-run-all -s build push" }, "browserify": { "transform": [ "brfs", "es2040" ] }, "repository": { "type": "git", "url": "git+https://github.com/ahdinosaur/ssb-viz.git" }, "keywords": [], "author": "Mikey (http://dinosaur.is)", "license": "Apache-2.0", "bugs": { "url": "https://github.com/ahdinosaur/ssb-viz/issues" }, "homepage": "https://github.com/ahdinosaur/ssb-viz#readme", "devDependencies": { "browserify": "^13.0.0", "budo": "^8.1.0", "disc": "^1.3.2", "envify": "^3.4.0", "gh-pages": "^0.11.0", "npm-run-all": "^1.6.0", "tape": "^4.5.1", "uglifyify": "^3.0.1", "watchify": "^3.7.0" }, "dependencies": { "brfs": "^1.4.3", "browselectrify": "^1.0.1", "electro": "^2.0.2", "electron": "^1.4.4", "es2040": "^1.2.4", "insert-css": "^1.0.0", "ngraph.fromjson": "^0.1.8", "ngraph.pixel": "^2.2.0", "pull-stream": "^3.4.5", "run-waterfall": "^1.1.3", "ssb-client": "^4.3.0", "stream-to-pull-stream": "^1.7.2" } }