democracy.js
Version:
Democracy, an minimalist Ethereum framework for a distributed country
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "democracy.js",
"version": "0.5.3",
"description": "Democracy, an minimalist Ethereum framework for a distributed country",
"keywords": [
"democracy",
"ethereum",
"javascript",
"dao",
"country"
],
"author": "Paul Pham <paul@invisible.college>",
"homepage": "https://github.com/invisible-college/democracy/tree/master/packages/demo.js#readme",
"license": "MIT",
"main": "lib/demo.js.js",
"publishConfig": {
"access": "public"
},
"directories": {
"tests": "tests"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/invisible-college/democracy.git"
},
"scripts": {
"test": "mocha tests -t 10000 --reporter spec"
},
"bugs": {
"url": "https://github.com/invisible-college/democracy/issues"
},
"dependencies": {
"demo-compile": "^0.5.3",
"demo-contract": "^0.5.3",
"demo-depart": "^0.5.3",
"demo-keys": "^0.5.3",
"demo-utils": "^0.5.3"
},
"gitHead": "6460f50fc7d9e0b482d3b9791e5d16474ea2e38f"
}