{
  "name": "@npmcorp/pui-react-search-input",
  "version": "8.5.0",
  "description": "A React component that provides a styled text input for inputting search queries",
  "main": "search-input.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/pivotal-cf/pivotal-ui.git"
  },
  "keywords": [
    "bootstrap",
    "react",
    "pivotal ui",
    "pivotal ui modularized"
  ],
  "author": "Pivotal Software, Inc",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pivotal-cf/pivotal-ui/issues"
  },
  "homepage": "http://styleguide.pivotal.io/react.html#form_search_input_react",
  "peerDependencies": {
    "react": "^0.13.0"
  },
  "dependencies": {
    "babel-runtime": "^5.8.3",
    "classnames": "^1.2.0",
    "@npmcorp/pui-css-forms": "8.2.4",
    "@npmcorp/pui-css-iconography": "8.5.0",
    "@npmcorp/pui-react-helpers": "6.4.0"
  }
}