{
  "name": "react-chosen",
  "version": "0.3.8",
  "description": "React wrapper for Chosen jQuery.",
  "main": "react-chosen.js",
  "ignore": [
    "test",
    "bower_components"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chenglou/react-chosen.git"
  },
  "keywords": [
    "facebook",
    "react",
    "chosen",
    "harvest",
    "select",
    "dropdown",
    "wrapper"
  ],
  "author": "chenglou <chenglou92@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chenglou/react-chosen/issues"
  },
  "homepage": "https://github.com/chenglou/react-chosen",
  "dependencies": {
    "drmonty-chosen": "~1.4.2",
    "jquery": "^2.1.1",
    "react": "^0.13.0"
  }
}
