demo-client
Version:
Web-first network clients for Democracy, a distributed country
39 lines (38 loc) • 1.13 kB
JSON
{
"name": "demo-client",
"version": "0.5.3",
"description": "Web-first network clients for Democracy, a distributed country",
"keywords": [
"ethereum",
"framework",
"democracy"
],
"author": "Paul Pham <paul@invisible.college>",
"homepage": "https://github.com/invisible-college/democracy/tree/master/packages/demo-rest-client#readme",
"license": "MIT",
"main": "index.js",
"directories": {
"src": "src",
"test": "tests"
},
"files": [
"index.js",
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/invisible-college/democracy.git"
},
"scripts": {
"test": "yarn test:dev && echo 'yarn test:test'",
"test:dev": "NODE_ENV=DEVELOPMENT mocha ./tests -t 20000 --trace-warnings --exit --colors --recursive --reporter spec",
"test:test": "NODE_ENV=TEST mocha ./tests -t 20000 --trace-warnings --exit --colors --recursive --reporter spec"
},
"bugs": {
"url": "https://github.com/invisible-college/democracy/issues"
},
"dependencies": {
"demo-utils": "^0.5.3"
},
"gitHead": "6460f50fc7d9e0b482d3b9791e5d16474ea2e38f"
}