{
    "name": "web3-core-promievent",
    "namespace": "ethereum",
    "version": "1.0.0-beta.36",
    "description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.",
    "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-promievent",
    "license": "LGPL-3.0",
    "main": "src/index.js",
    "dependencies": {
        "any-promise": "1.3.0",
        "eventemitter3": "1.1.1"
    }
}
