{
  "name": "fluxxor-autobind",
  "version": "0.2.0",
  "description": "AutoBind plugin for Fluxxor to help prevent spaghetti props wiring.",
  "main": "index.js",
  "scripts": {
    "test": "npm run jshint && mocha test/spec",
    "jshint": "jsxhint lib/ test/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/STRML/fluxxor-autobind.git"
  },
  "keywords": [
    "fluxxor",
    "autobind",
    "react"
  ],
  "author": "Samuel Reed <samuel.trace.reed@gmail.com> (http://strml.net/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/STRML/fluxxor-autobind/issues"
  },
  "homepage": "https://github.com/STRML/fluxxor-autobind",
  "dependencies": {
    "lodash": "^2.4.1"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "jsdom": "^1.0.1",
    "mocha": "^1.21.4",
    "node-jsx": "^0.11.0",
    "react": "^0.11.2"
  }
}
