UNPKG

five-bells-visualization

Version:
63 lines (62 loc) 1.6 kB
{ "name": "five-bells-visualization", "version": "7.1.0", "description": "Tool to visualize Five Bells payments", "main": "app.js", "scripts": { "install": "./node_modules/.bin/bower install --allow-root", "start": "node app.js", "test": "echo \"Error: no tests\" && exit 0", "lint": "eslint ." }, "repository": { "type": "git", "url": "git://github.com/interledgerjs/five-bells-visualization.git" }, "keywords": [ "interledger", "five-bells", "visualization", "realtime", "log", "d3", "d3js" ], "author": "Ripple <info@ripple.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/interledgerjs/five-bells-visualization/issues" }, "homepage": "https://github.com/interledgerjs/five-bells-visualization", "dependencies": { "bower": "^1.6.5", "byline": "^5.0.0", "co": "^4.6.0", "co-each": "^0.1.0", "co-emitter": "^0.2.3", "co-foreach": "^1.0.7", "co-request": "^1.0.0", "co-stream": "^0.1.0", "five-bells-shared": "^21.0.1", "ilp": "~7.1.0", "ilp-plugin-bells": "^9.2.1", "koa": "^1.1.0", "koa-bodyparser": "^2.0.1", "koa-mag": "^1.1.0", "koa-route": "^2.4.2", "koa-static": "^2.0.0", "lodash": "^4.8.2", "mag": "^0.9.1", "mag-hub": "^0.1.1", "socket.io": "^1.3.7", "strip-ansi": "^3.0.0", "uuid4": "^1.0.0", "ws": "^1.1.1" }, "devDependencies": { "eslint": "^3.11.1", "eslint-config-standard": "^6.2.1", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-standard": "^2.0.1" } }