gartz/ObjectEventTarget

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "objecteventtarget",
  "description": "A same behaviour EventTarget prototype, that can work with any object from JavaScript",
  "version": "1.3.1",
  "homepage": "https://github.com/gartz/ObjectEventTarget/",
  "author": {
    "name": "Gabriel Reitz Giannattasio <gabriel@gartz.com.br>",
    "url": "http://gartz.com.br"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gartz/ObjectEventTarget.git"
  },
  "bugs": {
    "url": "https://github.com/gartz/ObjectEventTarget/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/gartz/ObjectEventTarget/blob/master/LICENSE-MIT"
    }
  ],
  "main": "ObjectEventTarget.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "start": "node ./server.js",
    "test": "grunt test",
        "prepublish": "grunt"
    },
  "devDependencies": {
    "assemble": "~0.4.42",
    "codeclimate-test-reporter": "0.0.4",
    "grunt": "~0.4.5",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-concat": "~0.5.1",
    "grunt-contrib-connect": "~0.10.1",
    "grunt-contrib-jasmine": "~0.8.2",
    "grunt-contrib-jshint": "~0.11.2",
    "grunt-contrib-nodeunit": "~0.4.1",
    "grunt-contrib-qunit": "~0.7.0",
    "grunt-contrib-rename": "0.0.3",
    "grunt-contrib-uglify": "~0.9.1",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-coveralls": "^1.0.0",
    "grunt-json-generator": "~0.1.0",
    "grunt-merge-json": "~0.9.4",
    "grunt-template-jasmine-istanbul": "~0.3.1",
    "grunt-update-json": "~0.2.1",
    "jshint-junit-reporter": "0.2.2",
    "jshint-stylish": "~2.0.0",
    "load-grunt-tasks": "~3.2.0",
    "node-static": "^0.7.6"
  },
  "keywords": [
    "events",
    "object",
    "eventtarget",
    "prototype",
    "listeners",
    "dispatch",
    "event",
    "listener",
    "objectevent",
    "nodeevent",
    "browserevent",
    "shim"
  ]
}