{
  "name": "contentbox1",
  "description": "Core code for Truffle command line tool",
  "author": "consensys.net",
  "homepage": "https://github.com/ConsenSys/truffle",
  "repository": "https://github.com/trufflesuite/truffle/tree/master/packages/truffle-core",
  "bugs": {
    "url": "https://github.com/ConsenSys/truffle/issues"
  },
  "version": "0.0.1",
  "bin": {
    "sandbox": "./cli.js"
  },
  "scripts": {
    "test": "mocha ./test/** ./test/**/*"
  },
  "dependencies": {
    "app-module-path": "^2.2.0",
    "async": "2.6.1",
    "bip39": "^2.2.0",
    "boxdjs": "^1.0.8",
    "chai": "4.2.0",
    "colors": "^1.1.2",
    "command-exists": "^1.2.8",
    "configstore": "^4.0.0",
    "cpr": "^3.0.1",
    "debug": "^4.1.0",
    "del": "^2.2.0",
    "ethereumjs-wallet": "^0.6.2",
    "ethpm": "0.0.16",
    "ethpm-registry": "0.1.0-next.2",
    "fs-extra": "6.0.1",
    "ganache-core": "2.5.7",
    "hdkey": "^1.1.0",
    "mkdirp": "^0.5.1",
    "mocha": "5.2.0",
    "node-dir": "0.1.17",
    "node-emoji": "^1.8.1",
    "node-ipc": "^9.1.1",
    "original-require": "1.0.1",
    "safe-eval": "^0.4.1",
    "sandbox-contract": "^1.0.0",
    "sandbox-migrate": "^1.0.1",
    "sandbox-resolver": "^1.0.0",
    "sane": "^4.0.2",
    "source-map-support": "^0.5.3",
    "spawn-args": "^0.1.0",
    "temp": "^0.8.3",
    "truffle-artifactor": "^4.0.24",
    "truffle-box": "^1.0.31",
    "truffle-compile": "^4.1.5",
    "truffle-config": "^1.1.18",
    "truffle-contract-sources": "^0.1.5",
    "truffle-debug-utils": "^1.0.18",
    "truffle-debugger": "^5.0.20",
    "truffle-deployer": "^3.0.26",
    "truffle-environment": "^0.1.4",
    "truffle-error": "^0.0.5",
    "truffle-expect": "^0.0.9",
    "truffle-init": "^1.0.7",
    "truffle-interface-adapter": "^0.2.0",
    "truffle-legacy-system": "^1.0.7",
    "truffle-provider": "^0.1.11",
    "truffle-provisioner": "^0.1.5",
    "truffle-require": "^2.0.15",
    "truffle-resolver": "^5.0.14",
    "truffle-solidity-utils": "^1.2.3",
    "truffle-workflow-compile": "^2.0.24",
    "universal-analytics": "^0.4.17",
    "web3": "^1.2.1",
    "xregexp": "^4.2.4",
    "yargs": "^8.0.2"
  },
  "devDependencies": {
    "glob": "^7.1.2",
    "husky": "^3.0.1",
    "lint-staged": "^9.2.0",
    "memorystream": "^0.3.1",
    "prettier": "^1.18.2",
    "truffle-blockchain-utils": "^0.0.10"
  },
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    {
      "name": "Tim Coulter",
      "email": "tim@timothyjcoulter.com",
      "url": "https://github.com/tcoulter"
    }
  ],
  "gitHead": "b207efb3c1409746537293b3e0fc27350029188e",
  "namespace": "consensys"
}
