{
  "namespace": "ethereum",
  "name": "web3",
  "version": "1.0.0-beta.15",
  "description": "Ethereum JavaScript API",
  "license": "LGPL-3.0",
  "main": [
    "./dist/web3.min.js"
  ],
  "moduleType": "global",
  "dependencies": {
    "bn.js": ">=4.11.6"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ethereum/web3.js.git"
  },
  "homepage": "https://github.com/ethereum/web3.js",
  "bugs": {
    "url": "https://github.com/ethereum/web3.js/issues"
  },
  "keywords": [
    "Ethereum",
    "JavaScript",
    "RPC",
    "Swarm",
    "Whisper",
    "Smart Contracts",
    "API"
  ],
  "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"
      }
  ],
  "ignore": [
    "test",
    "packages",
    "src",
    "node_modules",
    "package.json",
    "package.js",
    ".versions",
    ".bowerrc",
    ".editorconfig",
    ".gitignore",
    ".jshintrc",
    ".npmignore",
    ".travis.yml",
    "gulpfile.js",
    "index.js",
    "**/*.txt"
  ]
}
