event-object.js

Attach events to any object
git clone git://git.finwo.net/lib/event-object.js
Log | Files | Refs | README | LICENSE

package.json (527B)


      1 {
      2   "name": "event-object",
      3   "version": "0.0.4",
      4   "description": "Attach events to any object",
      5   "main": "dist/event-object.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "repository": {
     10     "type": "git",
     11     "url": "git+https://github.com/finwo/node-event-object.git"
     12   },
     13   "author": "Robin Bron <robin@finwo.nl>",
     14   "license": "MIT",
     15   "bugs": {
     16     "url": "https://github.com/finwo/node-event-object/issues"
     17   },
     18   "homepage": "https://github.com/finwo/node-event-object#readme"
     19 }