{
  "name": "search-dropdown",
  "version": "1.0.20",
  "description": "search dropdown, support all browsers using react",
  "main": "index.js",
  "scripts": {
    "compile": "babel src -d lib",
    "prepublish": "npm run compile",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linchen2chris/search-dropdown.git"
  },
  "keywords": [
    "search",
    "input",
    "dropdown"
  ],
  "author": "Lin Chen <lc1990linux@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/linchen2chris/search-dropdown/issues"
  },
  "homepage": "https://github.com/linchen2chris/search-dropdown#readme",
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "prop-types": "^15.6.1",
    "react": "^16.4.2"
  },
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1"
  }
}
