guaranteeEvents/package.json
2014-12-31 19:23:50 +03:00

27 lines
671 B
JSON
Executable File

{
"name": "guarantee-events",
"version": "1.0.6",
"description": "Guarantee that every event handler gets every event...",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/flynx/guaranteeEvents.git"
},
"keywords": [
"node.js",
"EventEmitter",
"utility",
"state",
"event"
],
"author": "Alex A. Naanou <alex.nanou@gmail.com> (https://github.com/flynx)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/flynx/guaranteeEvents/issues"
},
"homepage": "https://github.com/flynx/guaranteeEvents"
}