{
  "name": "react-controllables",
  "version": "0.6.0",
  "description": "Easily create controllable components",
  "main": "./lib/index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "invariant": "^2.0.0",
    "lodash.mapvalues": "^3.0.0",
    "lodash.omit": "^3.1.0",
    "lodash.pick": "^3.1.0",
    "object-keys": "^1.0.3",
    "isarray": "0.0.1"
  },
  "devDependencies": {
    "babel": "^4.7.16",
    "babel-eslint": "^2.0.2",
    "browserify": "~3.33.0",
    "browserify-shim": "~3.3.2",
    "envify": "^3.4.0",
    "eslint": "^0.17.1",
    "gulp": "~3.5.6",
    "gulp-babel": "^4.0.0",
    "gulp-browserify": "~0.5.0",
    "gulp-bump": "~0.1.6",
    "gulp-cli": "^0.2.0",
    "gulp-connect": "~1.0.9",
    "gulp-rename": "~1.2.0",
    "gulp-util": "~2.2.14"
  },
  "peerDependencies": {
    "react": "*"
  },
  "scripts": {
    "prepublish": "gulp build",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/matthewwithanm/react-controllables.git"
  },
  "keywords": [
    "react-component",
    "react"
  ],
  "author": "Matthew Dapena-Tretter <m@tthewwithanm.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/matthewwithanm/react-controllables/issues"
  },
  "browserify-shim": {
    "react": "global:React",
    "react/addons": "global:React"
  }
}
