arboleya/happens

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "happens",
  "version": "0.6.0",
  "author": "Anderson Arboleya <anderson@arboleya.me>",
  "description": "Super simple and tiny javascript event system",
  "keywords": [
    "event"
  ],
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "directories": {
    "lib": "./lib"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/arboleya/happens"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "2.2.x",
    "codeclimate-test-reporter": "0.0.4",
    "coveralls": "2.11.x",
    "istanbul": "0.3.x",
    "mocha": "2.2.x",
    "mversion": "1.10.x",
    "npm-check": "^3.2.10",
    "spacejam": "^1.1.4"
  }
}