package.json
{
"name": "react-bootstrap-combobox",
"version": "3.0.1",
"description": "A combo-box component for React Bootstrap",
"main": "build/index.js",
"scripts": {
"test": "babel-istanbul cover --root lib --print detail --include-all-sources --include-babel-polyfill jasmine",
"lint": "eslint ./",
"build": "babel-node bin/build",
"start": "babel-node bin/server",
"release": "release",
"postpublish": "git push origin `git subtree split --prefix docs master`:gh-pages --force"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thealjey/react-bootstrap-combobox.git"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"_index.scss",
"build"
],
"keywords": [
"react-component",
"react",
"bootstrap",
"sass",
"combobox",
"dropdown"
],
"author": "Eugene Kuzmenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/thealjey/react-bootstrap-combobox/issues"
},
"homepage": "https://github.com/thealjey/react-bootstrap-combobox#readme",
"dependencies": {
"babel-runtime": "^5.8.19",
"lodash": "^3.10.1",
"react": "^0.14.0",
"react-bootstrap": "^0.27.1",
"react-dom": "^0.14.0"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-istanbul": "^0.3.17",
"babel-loader": "^5.3.2",
"bootstrap-sass": "^3.3.5",
"coveralls": "^2.11.3",
"jasmine-es6": "^0.0.18",
"jsdoc": "^3.3.2",
"mt-changelog": "^0.6.2",
"proxyquire": "^1.7.3",
"react-hot-loader": "^1.2.8",
"release-script": "^0.5.3",
"webcompiler": "^2.0.5"
}
}