forked from JedWatson/react-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 744 Bytes
/
bower.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
{
"name": "react-select",
"main": [
"dist/react-select.min.js",
"dist/react-select.min.css"
],
"version": "1.0.0-beta13",
"homepage": "https://github.com/JedWatson/react-select",
"authors": [
"Jed Watson"
],
"description": "A Select control built with and for ReactJS",
"moduleType": [
"amd",
"globals",
"node"
],
"dependencies": {
"classnames": "^2.2.0",
"react-input-autosize": "^0.6.5"
},
"keywords": [
"react",
"react-component",
"select",
"multiselect",
"combobox",
"input",
"form",
"ui"
],
"license": "MIT",
"ignore": [
".editorconfig",
".gitignore",
"package.json",
"src",
"node_modules",
"example",
"test"
]
}