{
  "_from": "web3@^0.18.2",
  "_id": "web3@0.18.4",
  "_inBundle": false,
  "_integrity": "sha1-gewXhBRUkfLqqJVbMcBgSeB8Xn0=",
  "_location": "/web3",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "web3@^0.18.2",
    "name": "web3",
    "escapedName": "web3",
    "rawSpec": "^0.18.2",
    "saveSpec": null,
    "fetchSpec": "^0.18.2"
  },
  "_requiredBy": [
    "/truffle-hdwallet-provider"
  ],
  "_resolved": "https://registry.npmjs.org/web3/-/web3-0.18.4.tgz",
  "_shasum": "81ec1784145491f2eaa8955b31c06049e07c5e7d",
  "_spec": "web3@^0.18.2",
  "_where": "/ude/hb/projects/protocol/packages/token/smart-contracts/ethereum/node_modules/truffle-hdwallet-provider",
  "author": {
    "name": "ethdev.com"
  },
  "authors": [
    {
      "name": "Marek Kotewicz",
      "email": "marek@ethdev.com",
      "url": "https://github.com/debris"
    },
    {
      "name": "Fabian Vogelsteller",
      "email": "fabian@ethdev.com",
      "homepage": "http://frozeman.de"
    },
    {
      "name": "Marian Oancea",
      "email": "marian@ethdev.com",
      "url": "https://github.com/cubedro"
    },
    {
      "name": "Gav Wood",
      "email": "g@ethdev.com",
      "homepage": "http://gavwood.com"
    },
    {
      "name": "Jeffery Wilcke",
      "email": "jeff@ethdev.com",
      "url": "https://github.com/obscuren"
    }
  ],
  "browser": {
    "xmlhttprequest": "./lib/utils/browser-xhr.js"
  },
  "bugs": {
    "url": "https://github.com/ethereum/web3.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bignumber.js": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
    "crypto-js": "^3.1.4",
    "utf8": "^2.1.1",
    "xhr2": "*",
    "xmlhttprequest": "*"
  },
  "deprecated": false,
  "description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
  "devDependencies": {
    "bower": ">=1.4.1",
    "browserify": ">=10.0",
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "del": ">=2.0.2",
    "exorcist": "^0.4.0",
    "gulp": ">=3.9.0",
    "gulp-jshint": ">=1.5.0",
    "gulp-rename": ">=1.2.0",
    "gulp-replace": "^0.5.3",
    "gulp-streamify": "0.0.5",
    "gulp-uglify": ">=1.2.0",
    "istanbul": "^0.4.4",
    "jshint": ">=2.5.0",
    "mocha": ">=2.3.3",
    "sandboxed-module": "^2.0.2",
    "vinyl-source-stream": "^1.1.0"
  },
  "directories": {
    "lib": "./lib"
  },
  "homepage": "https://github.com/ethereum/web3.js",
  "keywords": [
    "ethereum",
    "javascript",
    "API"
  ],
  "license": "LGPL-3.0",
  "main": "./index.js",
  "name": "web3",
  "namespace": "ethereum",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ethereum/web3.js.git"
  },
  "scripts": {
    "build": "gulp",
    "lint": "jshint *.js lib",
    "test": "mocha",
    "test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
    "watch": "gulp watch"
  },
  "version": "0.18.4"
}
