{
  "name": "augur-contracts",
  "version": "3.5.0-1",
  "description": "Augur contract addresses, transactions, and error codes",
  "author": "The Augur Developers <team@augur.net>",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "build": "genversion version.js",
    "version": "npm run build && git add version.js package.json package-lock.json",
    "update-contracts": "bash update-contracts.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AugurProject/augur-contracts.git"
  },
  "bugs": {
    "url": "https://github.com/AugurProject/augur-contracts/issues"
  },
  "homepage": "https://github.com/AugurProject/augur-contracts#readme",
  "devDependencies": {
    "babel-preset-env": "1.6.0",
    "babel-preset-stage-0": "6.16.0",
    "dotsunited-merge-json": "3.0.0",
    "genversion": "1.1.3",
    "jq.node": "2.0.0"
  }
}
