five-bells-visualization
Version:
Tool to visualize Five Bells payments
47 lines (46 loc) • 982 B
JSON
{
"name": "five-bells-visualization",
"version": "0.0.0",
"homepage": "https://github.com/justmoon/rpviz",
"authors": [
"Stefan Thomas <justmoon@members.fsf.org>"
],
"description": "Visualization of Five Bells networks",
"main": "index.html",
"moduleType": [
"globals"
],
"keywords": [
"visualization",
"graph",
"transaction",
"replay",
"protocol",
"transfer",
"settlement"
],
"license": "ISC",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"d3": "~3.5.0",
"dat-gui": "~0.5.0",
"jquery": "~2.1.1",
"lodash": "~2.4.1",
"eventEmitter": "~4.2.11",
"es6-module-loader": "~0.15.0",
"traceur": "~0.0.86",
"polymer": "Polymer/polymer#^0.5",
"core-elements": "Polymer/core-elements#^0.5",
"paper-elements": "Polymer/paper-elements#^0.5"
},
"resolutions": {
"webcomponentsjs": "^0.6"
}
}