{
  "name": "superdaoweb3js",
  "namespace": "ethereum",
  "version": "1.0.6-beta",
  "description": "Ethereum JavaScript API, middleware to talk to a ethereum node over RPC",
  "license": "LGPL-3.0",
  "main": "./src/index.js",
  "directories": {
    "src": "./src",
    "doc": "./doc"
  },
  "dependencies": {},
  "devDependencies": {
    "bignumber.js": "^4.0.0",
    "bn.js": "^4.11.6",
    "bower": ">=1.4.1",
    "browserify": ">=10.0",
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "crypto-js": "^3.1.4",
    "del": ">=2.0.2",
    "exorcist": "^0.4.0",
    "google-closure-compiler": "^20170218.0.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": "^2.0.1",
    "istanbul": "^0.4.4",
    "jshint": ">=2.5.0",
    "lerna": "2.0.0-rc.5",
    "mocha": ">=2.3.3",
    "sandboxed-module": "^2.0.2",
    "underscore": "^1.8.3",
    "vinyl-source-stream": "^1.1.0"
  },
  "scripts": {
    "preinstall": "npm i lerna --save",
    "postinstall": "lerna bootstrap --skip-git-check",
    "build": "gulp",
    "watch": "gulp watch",
    "lint": "jshint *.js packages",
    "test": "mocha; jshint *.js packages",
    "test-coveralls": "istanbul cover _mocha -- -R spec && cat coverage/lcov.info | coveralls --verbose"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mikesla/superdaoweb3js.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@ethcore.io",
      "url": "https://github.com/debris"
    },
    {
      "name": "Marian Oancea",
      "email": "marian@ethereum.org",
      "url": "https://github.com/cubedro"
    },
    {
      "name": "Gav Wood",
      "email": "g@ethcore.io",
      "homepage": "http://gavwood.com"
    },
    {
      "name": "Jeffery Wilcke",
      "email": "jeffrey.wilcke@ethereum.org",
      "url": "https://github.com/obscuren"
    }
  ]
}
