{
  "name": "@gnosis.pm/gnosis-core-contracts",
  "version": "1.0.4",
  "description": "Collection of smart contracts for the Gnosis prediction market platform",
  "scripts": {
    "lint": "eslint .",
    "compile": "truffle compile",
    "migrate": "truffle migrate",
    "networks": "truffle networks",
    "test-norpc": "truffle test --network testing",
    "test": "run-with-testrpc -l 20000000 'truffle test --network testing'",
    "coverage": "solidity-coverage",
    "injectnetinfo": "node scripts/inject_network_info.js",
    "extractnetinfo": "node scripts/extract_network_info.js",
    "resetnetinfo": "truffle networks --clean && node scripts/inject_network_info.js",
    "measuregasstats": "node scripts/measure_gas_stats.js",
    "prepublishOnly": "eslint . && node scripts/measure_gas_stats.js && truffle compile && truffle networks --clean && node scripts/inject_network_info.js"
  },
  "keywords": [
    "Ethereum",
    "Gnosis",
    "Prediction-Market",
    "Solidity",
    "Truffle"
  ],
  "author": "Gnosis (https://gnosis.pm)",
  "license": "GPL-3.0",
  "dependencies": {},
  "devDependencies": {
    "@digix/tempo": "^0.2.0",
    "babel-eslint": "^8.0.2",
    "decimal.js": "^10.0.0",
    "eslint": "^4.11.0",
    "eslint-plugin-babel": "^5.0.0",
    "lodash": "^4.17.4",
    "npm-prepublish": "^1.2.3",
    "run-with-testrpc": "^0.3.0",
    "solidity-coverage": "^0.4.2",
    "solmd": "github:cag/solmd",
    "truffle": "^3.4.11"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gnosis/pm-contracts.git"
  },
  "bugs": {
    "url": "https://github.com/gnosis/pm-contracts/issues"
  },
  "homepage": "https://github.com/gnosis/pm-contracts#readme"
}
