{
  "name": "react-events",
  "version": "0.7.5",
  "author": "Joe Hudson <joehud@gmail.com>",
  "description": "Declarative managed event bindings for React components",
  "repository": {
    "type": "git",
    "url": "https://github.com/jhudson8/react-events.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "react",
    "react-component",
    "react-mixin-manager",
    "events"
  ],
  "devDependencies": {
    "underscore": "~1.7",
    "react-mixin-manager": "~0.9",
    "react": "~0.12",
    "backbone": "~1.1",
    "chai": "~1.10",
    "mocha": "~2.0",
    "sinon": "~1.12",
    "sinon-chai": "~2.6",
    "uglify-js": "~2.4"
  },
  "license": "MIT"
}
