{
  "name": "@entelo/react-select",
  "version": "1.0.1",
  "description": "A Select control built with and for ReactJS",
  "main": "lib/Select.js",
  "style": "dist/@entelo/react-select.min.css",
  "author": "Jed Watson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/JedWatson/react-select.git"
  },
  "dependencies": {
    "create-react-class": "^15.5.2",
    "classnames": "^2.2.4",
    "react-input-autosize": "^1.1.3",
    "prop-types": "^15.5.8"
  },
  "devDependencies": {
    "babel": "^5.8.23",
    "babel-eslint": "^4.1.3",
    "chai": "^3.5.0",
    "coveralls": "^2.11.12",
    "eslint": "^1.10.3",
    "eslint-plugin-react": "^3.15.0",
    "gulp": "^3.9.1",
    "isomorphic-fetch": "^2.2.1",
    "istanbul": "^0.4.5",
    "jsdom": "^9.5.0",
    "mocha": "^3.0.2",
    "react": "^15.0",
    "react-addons-shallow-compare": "^15.0",
    "react-addons-test-utils": "^15.0",
    "react-component-gulp-tasks": "^0.7.7",
    "react-dom": "^15.0",
    "react-gravatar": "^2.4.5",
    "react-highlight-words": "^0.3.0",
    "react-virtualized": "^7.23.0",
    "react-virtualized-select": "^1.4.0",
    "sinon": "^1.17.5",
    "unexpected": "^10.17.0",
    "unexpected-dom": "^3.1.0",
    "unexpected-react": "^3.2.4",
    "unexpected-sinon": "^10.4.0"
  },
  "peerDependencies": {
    "react": "^0.14 || ^15.0.0-rc || ^15.0",
    "react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
  },
  "browserify-shim": {
    "classnames": "global:classNames",
    "react": "global:React",
    "react-dom": "global:ReactDOM",
    "react-input-autosize": "global:AutosizeInput"
  },
  "scripts": {
    "build": "gulp clean && NODE_ENV=production gulp build",
    "bump": "gulp bump",
    "bump:major": "gulp bump:major",
    "bump:minor": "gulp bump:minor",
    "cover": "istanbul cover _mocha -- -u exports --compilers js:babel/register -R spec",
    "coveralls": "NODE_ENV=test istanbul cover _mocha --report lcovonly -- -u exports --compilers js:babel/register -R spec && cat coverage/lcov.info | coveralls",
    "examples": "gulp dev:server",
    "lint": "eslint .",
    "publish:examples": "NODE_ENV=production gulp publish:examples",
    "release": "NODE_ENV=production gulp release",
    "start": "gulp dev",
    "test": "npm run lint && mocha --compilers js:babel/register",
    "watch": "gulp watch:lib"
  },
  "keywords": [
    "combobox",
    "form",
    "input",
    "multiselect",
    "react",
    "react-component",
    "select",
    "ui"
  ]
}
