{
  "name": "@netvote/elections-solidity",
  "version": "1.0.15",
  "description": "Elections Contracts",
  "main": "truffle-config.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "lint": "node_modules/.bin/solium -d contracts/",
    "compile": "truffle compile",
    "migrate": "truffle migrate",
    "networks": "truffle networks",
    "test-norpc": "truffle test --network development",
    "test": "run-with-testrpc -l 20000000 'truffle test --network testing'",
    "test-gas": "run-with-testrpc -l 20000000 'truffle test --network testing ./test-gas/test-gas.js'",
    "coverage": "node_modules/.bin/run-with-testrpc -l 20000000 'node_modules/.bin/solidity-coverage'",
    "prepublish": "npm run compile"
  },
  "keywords": [
    "Ethereum",
    "Netvote",
    "Voting",
    "Solidity",
    "Truffle"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/netvote/elections-solidity.git"
  },
  "author": "steven@netvote.io",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/netvote/elections-solidity/issues"
  },
  "homepage": "https://github.com/netvote/elections-solidity#readme",
  "dependencies": {
    "crypto2": "^0.3.2",
    "protobufjs": "^6.8.3",
    "run-with-testrpc": "^0.3.0",
    "sleep": "^5.1.1",
    "solium": "^1.1.2",
    "truffle-contract": "^3.0.1",
    "truffle-hdwallet-provider": "0.0.3",
    "web3-utils": "^1.0.0-beta.26",
    "zeppelin-solidity": "^1.3.0"
  },
  "devDependencies": {
    "solidity-coverage": "^0.4.5",
    "truffle": "^4.0.1"
  }
}
