{
  "name": "ensemble",
  "version": "1.2.1",
  "description": "Event listener orchestration",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": "yoshuawuyts/ensemble",
  "keywords": [
    "event",
    "emitter",
    "remove",
    "react",
    "reactComponent"
  ],
  "license": "MIT",
  "devDependencies": {
    "coveralls": "^2.10.0",
    "istanbul": "^0.2.11",
    "make-lint": "^1.0.1",
    "mocha": "^1.20.1",
    "should": "^4.0.4"
  },
  "files": [
    "lib",
    "LICENSE",
    "index.js",
    "HISTORY.md"
  ]
}
