react-bootstrap-typeahead
Version:
React-based typeahead using the Bootstrap theme
57 lines (56 loc) • 1.49 kB
JSON
{
"name": "react-bootstrap-typeahead",
"version": "0.3.0",
"description": "React-based typeahead using the Bootstrap theme",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"dev": "./scripts/buildExample.sh",
"build": "./scripts/build.sh",
"lint": "eslint .",
"prepublish": "npm run lint && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bootstrap",
"bootstrap-tokenizer",
"bootstrap-typeahead",
"react",
"react-bootstrap",
"react-bootstrap-tokenizer",
"react-bootstrap-typeahead",
"tokenizer",
"typeahead"
],
"author": "ericgio",
"license": "MIT",
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-core": "^5.8.35",
"babel-loader": "^5.3.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.21.0",
"eslint": "^2.8.0",
"eslint-plugin-react": "^4.2.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.2"
},
"dependencies": {
"classnames": "^2.2.0",
"lodash": "^3.10.1",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-highlighter": "^0.3.1",
"react-input-autosize": "^0.6.2",
"react-onclickoutside": "^4.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ericgio/react-bootstrap-typeahead.git"
},
"bugs": "https://github.com/ericgio/react-bootstrap-typeahead/issues"
}