UNPKG

react-bootstrap-typeahead-fdr

Version:
87 lines (86 loc) 2.5 kB
{ "name": "react-bootstrap-typeahead-fdr", "version": "1.1.1", "description": "React-based typeahead using the Bootstrap theme", "main": "lib/index.js", "directories": { "example": "example" }, "scripts": { "build": "./scripts/build.sh", "example": "./scripts/buildExample.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", "invariant": "^2.2.1", "lodash": "^4.17.2", "react-highlighter": "^0.3.3", "react-input-autosize": "^1.1.0", "react-onclickoutside": "^5.7.0", "react-overlays": "^0.6.10", "react-prop-types": "^0.4.0", "warning": "^3.0.0" }, "peerDependencies": { "react": "^0.14.0 || ^15.2.0", "react-dom": "^0.14.0 || ^15.2.0" }, "devDependencies": { "babel-cli": "^6.11.4", "babel-core": "^6.11.4", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.4", "babel-plugin-dev-expression": "^0.2.1", "babel-plugin-lodash": "^3.2.6", "babel-plugin-transform-react-remove-prop-types": "^0.3.2", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.11.1", "babel-preset-stage-1": "^6.16.0", "chai": "^3.5.0", "css-loader": "^0.26.1", "es6-promise": "^4.0.5", "eslint": "^3.1.1", "eslint-config-ericgio": "^1.1.0", "eslint-plugin-react": "^6.9.0", "highlight.js": "^9.9.0", "isomorphic-fetch": "^2.2.1", "json-loader": "^0.5.4", "karma": "^1.1.2", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.0.0", "karma-mocha": "^1.1.1", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.2", "marked": "^0.3.6", "mocha": "^3.2.0", "raw-loader": "^0.5.1", "react": "^15.2.1", "react-addons-test-utils": "^15.4.0", "react-bootstrap": "^0.30.3", "react-dom": "^15.2.1", "react-waypoint": "^5.0.3", "style-loader": "^0.13.1", "webpack": "^1.13.1" }, "repository": { "type": "git", "url": "https://github.com/anhchienhoang/react-bootstrap-typeahead.git" }, "bugs": "https://github.com/anhchienhoang/react-bootstrap-typeahead/issues" }