parroit/application-events

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "application-events",
  "description": "routes hashchange or node request to application events",
  "version": "0.1.0",
  "homepage": "https://github.com/parroit/application-events",
  "author": {
    "name": "parroit",
    "email": "andrea.parodi@ebansoftware.net"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/parroit/application-events.git"
  },
  "bugs": {
    "url": "https://github.com/parroit/application-events/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/parroit/application-events/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/application-events",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-mocha-test": "~0.7.0",
    "expect.js": "~0.2.0",
    "grunt-contrib-watch": "~0.5.3"
  },
  "keywords": []
}