{ "name": "governance", "version": "1.0.0", "description": "DEXON governance contract for EVM", "main": "truffle.js", "directories": { "test": "test" }, "dependencies": {}, "devDependencies": { "async": "^2.6.2", "ganache-cli": "^6.4.1", "openzeppelin-solidity": "^2.1.3", "truffle": "^5.0.6", "truffle-flattener": "^1.3.0", "truffle-hdwallet-provider": "1.0.5", "web3": "^1.0.0-beta.47" }, "scripts": { "test": "truffle test" }, "repository": { "type": "git", "url": "git+https://github.com/dexon-foundation/governance.git" }, "author": "DEXON foundation authors", "license": "ISC", "bugs": { "url": "https://github.com/dexon-foundation/governance/issues" }, "homepage": "https://github.com/dexon-foundation/governance#readme" }