-
Notifications
You must be signed in to change notification settings - Fork 138
/
bower.json
40 lines (40 loc) · 843 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
{
"name": "react-selectize",
"version": "2.1.0",
"homepage": "https://github.com/furqanZafar/react-selectize",
"authors": [
"Furqan Zafar (Mac Pro) <[email protected]>"
],
"main": [
"dist/index.min.js",
"dist/index.min.css"
],
"ignore": [
"*",
"!dist/*.js",
"!dist/*.css"
],
"description": "A Stateless & Flexible Select component for React inspired by Selectize",
"dependencies": {
"create-react-class": "^15.5.2",
"bower-prelude-ls": "*",
"prelude-extension": "https://npmcdn.com/[email protected]/bower.zip",
"tether": "~1.1.1"
},
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"react-component",
"select",
"selectize",
"multiselect",
"singleselect",
"simpleselect",
"tags",
"dropdown",
"combobox"
]
}