forked from JedWatson/react-select
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 694 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 694 Bytes
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
{
"name": "react-select",
"main": "dist/react-select.min.js",
"version": "0.6.5",
"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": "^1.2.2",
"react-input-autosize": "^0.4.3"
},
"keywords": [
"react",
"react-component",
"select",
"multiselect",
"combobox",
"input",
"form",
"ui"
],
"license": "MIT",
"ignore": [
".editorconfig",
".gitignore",
"package.json",
"src",
"node_modules",
"example",
"test"
]
}