simple-event-emitter
Version:
Simple Event Emitter
34 lines (33 loc) • 795 B
JSON
{
"name": "simple-event-emitter",
"version": "0.1.14",
"description": "Simple Event Emitter",
"main": "dist/see.js",
"dependencies": {
"array.prototype.find": "^1.0.0",
"array.prototype.findindex": "^1.0.0",
"custom-event-polyfill": "^0.2.1"
},
"devDependencies": {
"webpack": "^1.12.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tbblls/simple-event-emitter.git"
},
"keywords": [
"javascript",
"custom",
"event",
"emitter"
],
"author": "Adam Tibballs",
"license": "MIT",
"bugs": {
"url": "https://github.com/tbblls/simple-event-emitter/issues"
},
"homepage": "https://github.com/tbblls/simple-event-emitter#readme"
}