{
  "name": "web3-es5",
  "namespace": "ethereum",
  "version": "1.0.0-beta.15",
  "description": "Ethereum JavaScript API",
  "license": "LGPL-3.0",
  "main": "./dist/web3.js",
  "directories": {
    "lib": "./src",
    "doc": "./doc",
    "test": "./test"
  },
  "scripts": {
    "postinstall": "lerna bootstrap",
    "build": "gulp",
    "build-all": "gulp all",
    "publish": "lerna bootstrap; lerna publish --force-publish; gulp; npm publish",
    "watch": "gulp watch",
    "docs": "cd docs; make html;",
    "lint": "jshint *.js packages",
    "test": "mocha; jshint *.js packages",
    "test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Davidyuk/web3.js.git"
  },
  "homepage": "https://github.com/ethereum/web3.js",
  "bugs": {
    "url    ": "https://github.com/ethereum/web3.js/issues"
  },
  "keywords": [
    "Ethereum",
    "JavaScript",
    "API"
  ],
  "author": "ethereum.org",
  "authors": [
    {
      "name": "Fabian Vogelsteller",
      "email": "fabian@ethereum.org",
      "homepage": "http://frozeman.de"
    },
    {
      "name": "Marek Kotewicz",
      "email": "marek@parity.io",
      "url": "https://github.com/debris"
    },
    {
      "name": "Marian Oancea",
      "url": "https://github.com/cubedro"
    },
    {
      "name": "Gav Wood",
      "email": "g@parity.io",
      "homepage": "http://gavwood.com"
    },
    {
      "name": "Jeffery Wilcke",
      "email": "jeffrey.wilcke@ethereum.org",
      "url": "https://github.com/obscuren"
    }
  ],
  "dependencies": {
      "lerna": "^2.0.0"
  },
  "devDependencies": {
    "babel-preset-env": "^1.6.0",
    "bignumber.js": "^4.0.0",
    "bn.js": "^4.11.6",
    "bower": ">=1.4.1",
    "browserify": "^14.4.0",
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "crypto-js": "^3.1.4",
    "del": ">=2.0.2",
    "ethereumjs-wallet": "^0.6.0",
    "ethjs-signer": "^0.1.1",
    "exorcist": "^0.4.0",
    "gulp": ">=3.9.0",
    "gulp-babel": "^6.1.2",
    "gulp-jshint": "^2.0.4",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.6.1",
    "gulp-streamify": "^1.0.2",
    "gulp-uglify": "^3.0.0",
    "istanbul": "^0.4.4",
    "jshint": ">=2.5.0",
    "mocha": ">=2.3.3",
    "sandboxed-module": "^2.0.2",
    "underscore": "^1.8.3",
    "vinyl-source-stream": "^1.1.0"
  }
}
