ab-event-emitter
Version:
My implementation of event emitter
32 lines (31 loc) • 730 B
JSON
{
"name": "ab-event-emitter",
"version": "0.0.13",
"description": "My implementation of event emitter",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"files": [
"dist/**/*"
],
"keywords": [
"event",
"emitted"
],
"author": "AndrewBeletskiy <AndrewBeletskiy@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/whiteand/ab-event-emitter/issues"
},
"homepage": "https://github.com/whiteand/ab-event-emitter",
"repository": {
"type": "git",
"url": "https://github.com/whiteand/ab-event-emitter.git"
},
"devDependencies": {
"typescript": "^4.0.3"
}
}