react-multiselect-dropdown
Version:
A client-side React component that presents the user with a list of items and select one or more of them using a DropDown.
36 lines (35 loc) • 1.01 kB
JSON
{
"name": "react-multiselect-dropdown",
"version": "2.0.1",
"description": "A client-side React component that presents the user with a list of items and select one or more of them using a DropDown.",
"main": "./lib/index.js",
"scripts": {
"build": "NODE_ENV=production ./node_modules/.bin/babel src --out-dir lib --extensions .js --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/light87/react-multiselect.git"
},
"keywords": [
"react",
"es6",
"react-dom",
"lodash"
],
"author": "light87",
"license": "ISC",
"bugs": {
"url": "https://github.com/light87/react-multiselect/issues"
},
"homepage": "https://github.com/light87/react-multiselect#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"react": "^15.6.1",
"lodash": "^4.17.4",
"react-dom": "^15.6.1"
}
}