{
  "_from": "truffle@^4.1.11",
  "_id": "truffle@4.1.14",
  "_inBundle": false,
  "_integrity": "sha512-e7tTLvKP3bN9dE7MagfWyFjy4ZgoEGbeujECy1me1ENBzbj/aO/+45gs72qsL3+3IkCNNcWNOJjjrm8BYZZNNg==",
  "_location": "/truffle",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "truffle@^4.1.11",
    "name": "truffle",
    "escapedName": "truffle",
    "rawSpec": "^4.1.11",
    "saveSpec": null,
    "fetchSpec": "^4.1.11"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/truffle/-/truffle-4.1.14.tgz",
  "_shasum": "8d2c298e29abf9b1e486e44ff9faca6d34bb9030",
  "_spec": "truffle@^4.1.11",
  "_where": "/ude/hb/projects/protocol/packages/token/smart-contracts/ethereum",
  "author": {
    "name": "consensys.net"
  },
  "authors": [
    {
      "name": "Tim Coulter",
      "email": "tim@timothyjcoulter.com",
      "url": "https://github.com/tcoulter"
    }
  ],
  "bin": {
    "truffle": "./build/cli.bundled.js"
  },
  "bugs": {
    "url": "https://github.com/trufflesuite/truffle/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "mocha": "^4.1.0",
    "original-require": "1.0.1",
    "solc": "0.4.24"
  },
  "deprecated": false,
  "description": "Truffle - Simple development framework for Ethereum",
  "devDependencies": {
    "clean-webpack-plugin": "^0.1.16",
    "copy-webpack-plugin": "^4.0.1",
    "fs-extra": "6.0.1",
    "ganache-cli": "6.1.0-beta.4",
    "glob": "^7.1.2",
    "js-scrypt": "^0.2.0",
    "meta-npm": "^0.0.22",
    "meta-pkgs": "^0.2.0",
    "prepend-file": "^1.3.1",
    "semver": "^5.5.0",
    "shebang-loader": "0.0.1",
    "stream-buffers": "^3.0.1",
    "tmp": "0.0.33",
    "truffle-box": "^1.0.7",
    "truffle-contract": "^3.0.6",
    "truffle-core": "^4.1.14",
    "web3": "0.20.6",
    "webpack": "^2.5.1",
    "yargs": "^8.0.2"
  },
  "gitHead": "153beaeac5599a223097925c2d28926686129b17",
  "homepage": "https://github.com/trufflesuite/truffle/",
  "name": "truffle",
  "namespace": "consensys",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trufflesuite/truffle.git"
  },
  "scripts": {
    "build": "npm run build-cli",
    "build-cli": "webpack --config ./cli.webpack.config.js",
    "prepare": "npm run build",
    "publish:byoc": "node ./scripts/prereleaseVersion.js byoc-safe byoc",
    "publish:next": "node ./scripts/prereleaseVersion.js next next",
    "test": "npm run build-cli && mocha --colors"
  },
  "version": "4.1.14"
}
