From 07ae64c139fbcaa7a6bdf6101faf2f71879a871a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 29 Dec 2014 19:38:11 +0300 Subject: [PATCH] added package.json... Signed-off-by: Alex A. Naanou --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 package.json diff --git a/package.json b/package.json new file mode 100755 index 0000000..35adba2 --- /dev/null +++ b/package.json @@ -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 (https://github.com/flynx)", + "license": "New BSD", + "bugs": { + "url": "https://github.com/flynx/guaranteeEvents/issues" + }, + "homepage": "https://github.com/flynx/guaranteeEvents" +}