forked from loktar00/react-bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 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
66
67
68
69
70
71
72
73
74
{
"name": "react-bootstrap-select",
"main": "dist/Select.js",
"description": "A custom <select> for react-bootstrap using button dropdown as replacement",
"version": "0.13.1",
"scripts": {
"postinstall": "jsx jsx/ dist/"
},
"author": {
"name": "Travis Webb <me@traviswebbcom>",
"url": "https://github.com/tjwebb"
},
"contributors": [
{
"name": "Travis Webb",
"url": "https://github.com/tjwebb"
},
{
"name": "Silvio Moreto",
"url": "https://github.com/silviomoreto"
},
{
"name": "Ana Carolina",
"url": "https://github.com/anacarolinats"
},
{
"name": "caseyjhol",
"url": "https://github.com/caseyjhol"
},
{
"name": "Matt Bryson",
"url": "https://github.com/mattbryson"
},
{
"name": "t0xicCode",
"url": "https://github.com/t0xicCode"
}
],
"repository": {
"type": "git",
"url": "git://github.com/tjwebb/react-bootstrap-select.git"
},
"license": {
"type": "MIT",
"url": "https://github.com/tjwebb/react-bootstrap-select/blob/master/LICENSE"
},
"keywords": [
"react",
"react-component",
"form",
"bootstrap",
"select",
"replacement"
],
"dependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.10",
"gulp-uglify": "^1.1.0",
"jquery": "^2.1.3",
"react-tools": "^0.12.2",
"reactify": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"devDependencies": {
"babelify": "^5.0.3",
"gulp-less": "^3.0.0",
"merge-stream": "^0.1.7"
},
"peerDependencies": {
"react": "^0.13.2",
"react-bootstrap": "^0.15"
}
}