{
  "name": "mesosphere-react-typeahead",
  "version": "0.8.3",
  "description": "React-based typeahead component",
  "main": "lib/index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "example": "./scripts/buildExample.sh",
    "build": "./scripts/build.sh",
    "lint": "eslint .",
    "prepublish": "npm run lint && npm test && npm run build",
    "test": "./node_modules/karma/bin/karma start karma.conf.js"
  },
  "keywords": [
    "bootstrap",
    "bootstrap-tokenizer",
    "bootstrap-typeahead",
    "react",
    "react-bootstrap",
    "react-bootstrap-tokenizer",
    "react-bootstrap-typeahead",
    "tokenizer",
    "typeahead"
  ],
  "author": "ericgio",
  "license": "MIT",
  "dependencies": {
    "classnames": "^2.2.0",
    "lodash": "^4.14.0",
    "react-highlighter": "^0.3.3",
    "react-input-autosize": "^1.1.0",
    "react-onclickoutside": "^5.3.3"
  },
  "peerDependencies": {
    "react": "^0.14.0 || ^15.2.0",
    "react-dom": "^0.14.0 || ^15.2.0"
  },
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-cli": "^6.11.4",
    "babel-core": "^6.11.4",
    "babel-eslint": "^6.1.2",
    "babel-loader": "^6.2.4",
    "babel-plugin-lodash": "^3.2.6",
    "babel-plugin-transform-object-rest-spread": "^6.8.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.11.1",
    "chai": "^3.5.0",
    "css-loader": "^0.23.1",
    "eslint": "^3.1.1",
    "eslint-plugin-react": "^5.2.2",
    "karma": "^1.1.2",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^1.0.1",
    "karma-mocha": "^1.1.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^1.7.0",
    "lodash-webpack-plugin": "^0.9.3",
    "mocha": "^2.5.3",
    "react": "^15.2.1",
    "react-dom": "^15.2.1",
    "style-loader": "^0.13.1",
    "webpack": "^1.13.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mesosphere/react-typeahead.git"
  },
  "bugs": "https://github.com/mesosphere/react-typeahead/issues"
}
