2014-12-29 19:38:11 +03:00
|
|
|
{
|
2014-12-29 20:07:43 +03:00
|
|
|
"name": "guarantee-events",
|
2014-12-29 22:59:39 +03:00
|
|
|
"version": "1.0.5",
|
2014-12-29 19:38:11 +03:00
|
|
|
"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": "New BSD",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/flynx/guaranteeEvents/issues"
|
|
|
|
|
},
|
|
|
|
|
"homepage": "https://github.com/flynx/guaranteeEvents"
|
|
|
|
|
}
|