{
    "name": "web3",
    "namespace": "ethereum",
    "version": "2.0.0-alpha.1",
    "description": "Ethereum JavaScript API",
    "repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3",
    "license": "LGPL-3.0",
    "engines": {
        "node": ">=8.0.0"
    },
    "main": "dist/web3.cjs.js",
    "module": "dist/web3.esm.js",
    "browser": "dist/web3.umd.js",
    "bugs": {
        "url": "https://github.com/ethereum/web3.js/issues"
    },
    "keywords": [
        "Ethereum",
        "JavaScript",
        "API"
    ],
    "author": "ethereum.org",
    "authors": [
        {
            "name": "Samuel Furter",
            "email": "samuel@ethereum.org",
            "homepage": "https://github.com/nivida"
        },
        {
            "name": "Fabian Vogelsteller",
            "email": "fabian@ethereum.org",
            "homepage": "https://github.com/frozeman"
        },
        {
            "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"
        }
    ],
    "scripts": {
        "build": "rollup -c",
        "dev": "rollup -c -w",
        "test": "jest",
        "dtslint": "dtslint types --onlyTestTsNext",
        "postinstall": "node angular-patch.js"
    },
    "types": "types/index.d.ts",
    "dependencies": {
        "@babel/runtime": "^7.3.1",
        "@types/node": "^12.6.1",
        "web3-core": "2.0.0-alpha.1",
        "web3-eth": "2.0.0-alpha.1",
        "web3-eth-personal": "2.0.0-alpha.1",
        "web3-net": "2.0.0-alpha.1",
        "web3-providers": "2.0.0-alpha.1",
        "web3-shh": "2.0.0-alpha.1",
        "web3-utils": "2.0.0-alpha.1"
    },
    "devDependencies": {
        "definitelytyped-header-parser": "^1.0.1",
        "dtslint": "0.4.2"
    },
    "files": [
        "dist",
        "types/index.d.ts",
        "angular-patch.js"
    ],
    "gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
