mirror of
https://github.com/flynx/guaranteeEvents.git
synced 2025-10-29 11:00:13 +00:00
added package.json...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
f1bfd9b824
commit
07ae64c139
26
package.json
Executable file
26
package.json
Executable file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"name": "guaranteeEvents",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user