{ "name": "web3-core-promiEvent", "version": "1.0.0", "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": { "bluebird": "^3.3.1", "eventemitter3": "^1.1.1" } }