elistener
Version:
listenTo/stopListening to an EventEmitter for easy cleanup
29 lines (28 loc) • 569 B
JSON
{
"name": "elistener",
"version": "1.1.0",
"description": "listenTo/stopListening to an EventEmitter for easy cleanup",
"main": "index.js",
"scripts": {
"test": "node test",
"style": "standard"
},
"pre-commit": [
"style",
"test"
],
"keywords": [
"events",
"cleanup",
"listen",
"stopListening",
"listenOnce",
"EventEmitter"
],
"author": "Mark Vayngrib <mark.vayngrib@lablz.com> (http://github.com/mvayngrib)",
"license": "ISC",
"devDependencies": {
"pre-commit": "^1.1.1",
"tape": "^4.0.2"
}
}