{
  "name": "react-select-input",
  "version": "1.0.5",
  "description": "react-select-input React component",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component --copy-files",
    "clean": "nwb clean-module && nwb clean-demo",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server",
    "deploy": "gh-pages -d demo/dist"
  },
  "dependencies": {
    "prop-types": "^15.6.2",
    "react-autosize-textarea": "^0.4.8"
  },
  "peerDependencies": {
    "react": "15.x"
  },
  "devDependencies": {
    "eslint": "^5.4.0",
    "eslint-config-prettier": "^3.0.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-prettier": "^2.6.2",
    "eslint-plugin-react": "^7.11.1",
    "gh-pages": "^1.0.0",
    "nwb": "0.18.x",
    "prettier": "^1.14.2",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "babel-eslint": "^8.2.6"
  },
  "author": "Samrith Shankar",
  "homepage": "https://samrith-s.github.io/react-select-input",
  "license": "MIT",
  "repository": "https://github.com/samrith-s/react-select-input",
  "keywords": [
    "react-component",
    "input",
    "select",
    "input select combo",
    "select dropdown",
    "custom select",
    "searchable",
    "searchable select",
    "free input",
    "free select"
  ],
  "sideEffects": false
}
