{
  "_args": [
    [
      "web3@github:eris-ltd/web3.js#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
      "/home/ubuntu/eris-contracts.js"
    ]
  ],
  "_from": "eris-ltd/web3.js#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
  "_id": "web3@0.18.3",
  "_inCache": true,
  "_installable": true,
  "_location": "/web3",
  "_phantomChildren": {},
  "_requested": {
    "hosted": {
      "directUrl": "https://raw.githubusercontent.com/eris-ltd/web3.js/aa280b4e3d3ab35507d833dab0b841410f5e4f1d/package.json",
      "gitUrl": "git://github.com/eris-ltd/web3.js.git#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
      "httpsUrl": "git+https://github.com/eris-ltd/web3.js.git#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
      "shortcut": "github:eris-ltd/web3.js#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
      "ssh": "git@github.com:eris-ltd/web3.js.git#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
      "sshUrl": "git+ssh://git@github.com/eris-ltd/web3.js.git#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
      "type": "github"
    },
    "name": "web3",
    "raw": "web3@github:eris-ltd/web3.js#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
    "rawSpec": "github:eris-ltd/web3.js#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
    "scope": null,
    "spec": "github:eris-ltd/web3.js#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
    "type": "hosted"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "git://github.com/eris-ltd/web3.js.git#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
  "_shasum": "65225e4fa03949d011a7f96539d6c2226c3fa1ae",
  "_shrinkwrap": null,
  "_spec": "web3@github:eris-ltd/web3.js#aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
  "_where": "/home/ubuntu/eris-contracts.js",
  "author": {
    "name": "ethdev.com"
  },
  "authors": [
    {
      "email": "marek@ethdev.com",
      "name": "Marek Kotewicz",
      "url": "https://github.com/debris"
    },
    {
      "email": "fabian@ethdev.com",
      "homepage": "http://frozeman.de",
      "name": "Fabian Vogelsteller"
    },
    {
      "email": "marian@ethdev.com",
      "name": "Marian Oancea",
      "url": "https://github.com/cubedro"
    },
    {
      "email": "g@ethdev.com",
      "homepage": "http://gavwood.com",
      "name": "Gav Wood"
    },
    {
      "email": "jeff@ethdev.com",
      "name": "Jeffery Wilcke",
      "url": "https://github.com/obscuren"
    }
  ],
  "browser": {
    "xmlhttprequest": "./lib/utils/browser-xhr.js"
  },
  "bugs": {
    "url": "https://github.com/ethereum/web3.js/issues"
  },
  "dependencies": {
    "bignumber.js": "git+https://github.com/debris/bignumber.js.git#94d7146671b9719e00a09c29b01a691bc85048c2",
    "crypto-js": "^3.1.4",
    "utf8": "^2.1.1",
    "xhr2": "*",
    "xmlhttprequest": "*"
  },
  "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"
  },
  "gitHead": "aa280b4e3d3ab35507d833dab0b841410f5e4f1d",
  "homepage": "https://github.com/ethereum/web3.js",
  "keywords": [
    "ethereum",
    "javascript",
    "API"
  ],
  "license": "LGPL-3.0",
  "main": "./index.js",
  "name": "web3",
  "namespace": "ethereum",
  "optionalDependencies": {},
  "readme": "# Migration 0.13.0 -> 0.14.0\n\nweb3.js version 0.14.0 supports [multiple instances of web3](https://github.com/ethereum/web3.js/issues/297) object.\nTo migrate to this version, please follow the guide:\n\n```diff\n-var web3 = require('web3');\n+var Web3 = require('web3');\n+var web3 = new Web3();\n```\n\n\n# Ethereum JavaScript API\n\n[![Join the chat at https://gitter.im/ethereum/web3.js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/web3.js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\nThis is the Ethereum compatible [JavaScript API](https://github.com/ethereum/wiki/wiki/JavaScript-API)\nwhich implements the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/JSON-RPC) spec. It's available on npm as a node module, for bower and component as an embeddable js and as a meteor.js package.\n\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![dependency status][dep-image]][dep-url] [![dev dependency status][dep-dev-image]][dep-dev-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Stories in Ready][waffle-image]][waffle-url]\n\n<!-- [![browser support](https://ci.testling.com/ethereum/ethereum.js.png)](https://ci.testling.com/ethereum/ethereum.js) -->\n\nYou need to run a local Ethereum node to use this library.\n\n[Documentation](https://github.com/ethereum/wiki/wiki/JavaScript-API)\n\n## Installation\n\n### Node.js\n\n```bash\nnpm install web3\n```\n\n### Meteor.js\n\n```bash\nmeteor add ethereum:web3\n```\n\n### As Browser module\nBower\n\n```bash\nbower install web3\n```\n\nComponent\n\n```bash\ncomponent install ethereum/web3.js\n```\n\n* Include `web3.min.js` in your html file. (not required for the meteor package)\n\n## Usage\nUse the `web3` object directly from global namespace:\n\n```js\nconsole.log(web3); // {eth: .., shh: ...} // it's here!\n```\n\nSet a provider (HttpProvider)\n\n```js\nweb3.setProvider(new web3.providers.HttpProvider('http://localhost:8545'));\n```\n\nThere you go, now you can use it:\n\n```js\nvar coinbase = web3.eth.coinbase;\nvar balance = web3.eth.getBalance(coinbase);\n```\n\nYou can find more examples in [`example`](https://github.com/ethereum/web3.js/tree/master/example) directory.\n\n\n## Contribute!\n\n### Requirements\n\n* Node.js\n* npm\n\n```bash\nsudo apt-get update\nsudo apt-get install nodejs\nsudo apt-get install npm\nsudo apt-get install nodejs-legacy\n```\n\n### Building (gulp)\n\n```bash\nnpm run-script build\n```\n\n\n### Testing (mocha)\n\n```bash\nnpm test\n```\n\n[npm-image]: https://badge.fury.io/js/web3.png\n[npm-url]: https://npmjs.org/package/web3\n[travis-image]: https://travis-ci.org/ethereum/web3.js.svg\n[travis-url]: https://travis-ci.org/ethereum/web3.js\n[dep-image]: https://david-dm.org/ethereum/web3.js.svg\n[dep-url]: https://david-dm.org/ethereum/web3.js\n[dep-dev-image]: https://david-dm.org/ethereum/web3.js/dev-status.svg\n[dep-dev-url]: https://david-dm.org/ethereum/web3.js#info=devDependencies\n[coveralls-image]: https://coveralls.io/repos/ethereum/web3.js/badge.svg?branch=master\n[coveralls-url]: https://coveralls.io/r/ethereum/web3.js?branch=master\n[waffle-image]: https://badge.waffle.io/ethereum/web3.js.svg?label=ready&title=Ready\n[waffle-url]: http://waffle.io/ethereum/web3.js\n\n",
  "readmeFilename": "README.md",
  "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.3"
}
