react-bootstrap-dropdown
Version:
It's a bootstrap dropdown for react.js
40 lines (39 loc) • 785 B
JSON
{
"name": "react-bootstrap-dropdown",
"version": "0.3.0",
"description": "It's a bootstrap dropdown for react.js ",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/AllenFang/react-bootstrap-dropdown.git"
},
"scripts": {
"dev": "gulp dev",
"prod": "gulp prod"
},
"keywords": [
"react",
"bootstrap",
"dropdown",
"select"
],
"files": [
"README.md",
"dist/",
"lib/"
],
"author": "AllenFang",
"license": "MIT",
"devDependencies": {
"babelify": "~5.0.4",
"browserify": "~9.0.3",
"gulp": "~3.8.11",
"gulp-babel": "^4.0.0",
"react": "0.13.0",
"vinyl-source-stream": "~1.1.0",
"watchify": "~2.6.1"
},
"dependencies": {
"classnames": "~1.2.0"
}
}