{
  "name": "react-filtered-multiselect",
  "version": "0.5.1",
  "description": "Filtered multi-select React component",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component",
    "clean": "nwb clean-module && nwb clean-demo",
    "lint": "eslint src demo",
    "start": "nwb serve-react-demo",
    "test": "npm run lint"
  },
  "dependencies": {
    "prop-types": "^15.5.7"
  },
  "peerDependencies": {
    "react": ">=0.14.9"
  },
  "devDependencies": {
    "bootstrap": "^4.0.0-beta.2",
    "eslint-config-jonnybuchanan": "5.0.x",
    "nwb": "0.20.x",
    "react": "16.x",
    "react-dom": "16.x"
  },
  "author": "Jonny Buchanan <jonathan.buchanan@gmail.com>",
  "homepage": "https://github.com/insin/react-filtered-multiselect",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/insin/react-filtered-multiselect.git"
  },
  "keywords": [
    "react",
    "react-component",
    "filtered",
    "multiselect",
    "select-multiple"
  ]
}
