{
  "name": "@nomiclabs/truffle-contract",
  "description": "A better contract abstraction for Ethereum (Buidler's fork)",
  "license": "MIT",
  "author": "Tim Coulter <tim@trufflesuite.com>",
  "homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/contract#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/trufflesuite/truffle.git",
    "directory": "packages/contract"
  },
  "bugs": {
    "url": "https://github.com/nomiclabs/truffle/issues"
  },
  "version": "4.5.10",
  "main": "index.js",
  "scripts": {
    "publish:next": "node ../truffle/scripts/prereleaseVersion.js next next"
  },
  "typings": "./typings/index.d.ts",
  "dependencies": {
    "@ensdomains/ensjs": "^2.0.1",
    "@truffle/blockchain-utils": "^0.1.3",
    "@truffle/contract-schema": "^3.4.7",
    "@truffle/debug-utils": "^6.0.22",
    "@truffle/error": "^0.1.0",
    "@truffle/interface-adapter": "^0.5.16",
    "bignumber.js": "^7.2.1",
    "ethereum-ens": "^0.8.0",
    "ethers": "^4.0.0-beta.1",
    "source-map-support": "^0.5.19"
  },
  "devDependencies": {
    "browserify": "^17.0.0",
    "exorcist": "^2.0.0",
    "uglify-es": "^3.3.9"
  },
  "peerDependencies": {
    "web3": "^1.2.1",
    "web3-core-helpers": "^1.2.1",
    "web3-core-promievent": "^1.2.1",
    "web3-eth-abi": "^1.2.1",
    "web3-utils": "^1.2.1"
  },
  "keywords": [
    "abstraction",
    "contract",
    "ethereum",
    "truffle"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "6b84be7849142588ef2e3224d8a9d7c2ceeb6e4a"
}
