-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
65 lines (65 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"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"
]
}