{
  "name": "react-dropdown-input-example",
  "version": "0.1.0",
  "description": "Example of react-dropdown-input",
  "homepage": "http://racingtadpole.github.io/react-dropdown-input/example/",
  "main": "index.html",
  "dependencies": {
    "react": ">=0.13",
    "react-bootstrap": ">=0.18.0",
    "react-dropdown-input": "../"
  },
  "devDependencies": {
    "browserify": "^6.2.0",
    "reactify": "^0.15.2",
    "uglify-js": "^2.4.19"
  },
  "scripts": {
    "build": "browserify src/js/*.js | uglifyjs -cm > bundle.min.js",
    "test": "echo 'No tests yet' && exit 1"
  },
  "browserify": {
    "transform": [
      "reactify"
    ]
  },
  "author": "Arthur Street <arthur@racingtadpole.com> (http://racingtadpole.com/)",
  "license": "MIT",
  "private": "true",
  "keywords": [
    "react",
    "ecosystem-react",
    "react-component",
    "bootstrap",
    "combobox",
    "autocomplete",
    "example"
  ],
  "//": [
    "to manually rebuild after a change in the react-dropdown-input module, you can use:",
    "cd .. ; npm run build && cd example && rm -rf node_modules/react-dropdown-input/ && npm install && npm run build"
  ]
}

