{
    "name": "web3-core-subscriptions",
    "namespace": "ethereum",
    "version": "2.0.0-alpha.1",
    "description": "Manages web3 subscriptions. This is an internal package.",
    "repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-core-subscriptions",
    "license": "LGPL-3.0",
    "engines": {
        "node": ">=8.0.0"
    },
    "main": "dist/web3-core-subscriptions.cjs.js",
    "module": "dist/web3-core-subscriptions.esm.js",
    "browser": "dist/web3-core-subscriptions.umd.js",
    "scripts": {
        "build": "rollup -c",
        "dev": "rollup -c -w",
        "test": "jest",
        "test:watch": "jest --watchAll"
    },
    "dependencies": {
        "@babel/runtime": "^7.3.1",
        "eventemitter3": "^4.0.0",
        "lodash": "^4.17.11"
    },
    "devDependencies": {
        "definitelytyped-header-parser": "^1.0.1",
        "dtslint": "0.4.2",
        "web3-core-helpers": "2.0.0-alpha.1",
        "web3-utils": "2.0.0-alpha.1"
    },
    "files": [
        "dist"
    ],
    "gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
}
