promise-events
Version:
A promise-based events emitter
42 lines (41 loc) • 888 B
JSON
{
"name": "promise-events",
"version": "0.2.4",
"description": "A promise-based events emitter",
"author": "Yanick Rochon <yanick.rochon@gmail.com>",
"keywords": [
"promise",
"events",
"async",
"emitter"
],
"license": "MIT",
"main": "emitter.js",
"files": [
"emitter.js",
"emitter.d.ts",
"README.md",
"LICENSE"
],
"scripts": {
"test": "jest --detectOpenHandles --forceExit",
"test-cov": "npm run test -- --coverage"
},
"homepage": "https://github.com/yanickrochon/promise-events#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/yanickrochon/promise-events.git"
},
"bugs": {
"url": "https://github.com/yanickrochon/promise-events/issues"
},
"devDependencies": {
"jest": "^26.6.3"
},
"engines": {
"node": ">=8.0.0"
},
"jest": {
"testEnvironment": "node"
}
}