mirror of
https://github.com/flynx/guaranteeEvents.git
synced 2025-10-28 10:30:10 +00:00
27 lines
671 B
JSON
Executable File
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"
|
|
}
|