{
    "name": "web3-core-subscriptions",
    "namespace": "ethereum",
    "version": "1.0.0-beta.55",
    "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",
    "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": "^3.1.0",
        "lodash": "^4.17.11"
    },
    "devDependencies": {
        "definitelytyped-header-parser": "^1.0.1",
        "dtslint": "0.4.2",
        "web3-core-helpers": "1.0.0-beta.55",
        "web3-utils": "1.0.0-beta.55"
    },
    "files": [
        "dist"
    ],
    "gitHead": "37347fd46344f45d1c57104920bdda0779f0d51c"
}
