UNPKG

react-bootstrap-multiselect

Version:

A multiselect component for react (with bootstrap). This is a react port of: https://github.com/davidstutz/bootstrap-multiselect

66 lines (65 loc) 1.68 kB
{ "name": "react-bootstrap-multiselect", "version": "2.4.1", "description": "A multiselect component for react (with bootstrap). This is a react port of: https://github.com/davidstutz/bootstrap-multiselect", "main": "dist/index.js", "scripts": { "build": "gulp build", "changelog": "github_changelog_generator", "start": "gulp default", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "skratchdot", "repository": { "type": "git", "url": "git://github.com/skratchdot/react-bootstrap-multiselect.git" }, "bugs": { "url": "https://github.com/skratchdot/react-bootstrap-multiselect/issues" }, "license": [ "Apache-2.0", "BSD-3-Clause" ], "dependencies": { "jquery": ">=2.2.0", "object-assign": "^4.1.0", "react": ">=15.0.0" }, "devDependencies": { "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babelify": "^7.3.0", "bootstrap": "^3.3.7", "browserify": "^14.3.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-connect": "^5.0.0", "gulp-cssmin": "^0.1.7", "gulp-download": "0.0.1", "gulp-less": "^3.1.0", "gulp-nodemon": "^2.1.0", "gulp-react": "^3.1.0", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-uglify": "^2.0.0", "gulp-wrap": "^0.13.0", "jsxhint": "^0.15.1", "react-bootstrap": "^0.30.3", "react-dom": "^15.3.1", "reactify": "^1.1.1", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0" }, "keywords": [ "react", "react-component", "bootstrap", "multiselect", "select", "list", "ui", "checkbox", "radio" ] }