demo-compile
Version:
Ethereum compiling for Democracy, tool for a distributed country
58 lines (57 loc) • 1.53 kB
JSON
{
"name": "demo-compile",
"version": "0.5.3",
"description": "Ethereum compiling for Democracy, tool for a distributed country",
"keywords": [
"democracy",
"ethereum",
"compile",
"solidity"
],
"author": "Paul Pham <paul@invisible.college>",
"homepage": "https://github.com/invisible-college/democracy/tree/master/packages/compile#readme",
"license": "MIT",
"main": "index.js",
"directories": {
"src": "src",
"test": "tests"
},
"bin": [
"bin/compile.js"
],
"files": [
"index.js",
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/invisible-college/democracy.git"
},
"scripts": {
"test": "NODE_ENV=DEVELOPMENT mocha ./tests --trace-warnings --exit --colors --recursive --reporter spec -t 15000",
"doc:html": "documentation build src/** -f html -o ../../docs/compile.html",
"doc:md": "documentation build src/** -f md -o docs/compile.md",
"doc": "yarn doc:md doc:html"
},
"bugs": {
"url": "https://github.com/invisible-college/democracy/issues"
},
"devDependencies": {
"chai": "4.2.0",
"demo-rest": "^0.5.3",
"demo-test-contracts": "^0.5.0",
"openzeppelin-solidity": "2.0.0"
},
"dependencies": {
"demo-contract": "^0.5.3",
"demo-utils": "^0.5.3",
"ethereumjs-util": "6.1.0",
"immutable": "4.0.0-rc.12",
"openzeppelin-solidity": "2.2.0",
"solc": "0.5.8"
},
"gitHead": "6460f50fc7d9e0b482d3b9791e5d16474ea2e38f"
}