forked from jquense/react-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 1020 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "react-widgets",
"version": "2.8.2",
"main": "dist/react-widgets.js",
"description": "A set of input widgets for React",
"homepage": "http://jquense.github.io/react-widgets/docs",
"authors": [
"Jason Quense"
],
"keywords": [
"react",
"widgets",
"dropdown",
"combobox",
"calendar",
"datepicker",
"date picker",
"numberpicker",
"number picker",
"radio group",
"checkbox list",
"multiselect",
"react-ui",
"react-component"
],
"license": "MIT",
"ignore": [
"src",
"test",
"docs",
"example",
"lib",
"vendor",
".bowerrc",
".gitignore",
".gitattributes",
".npmignore",
".eslintrc",
".travis.yaml",
"bower.json",
"gulpfile.js",
"package.json",
"node_modules",
"bower_components",
"index.js",
"_test-versions.js",
"_test-bootstrap.js",
"karma.conf.js",
"karma.conf-ci.js",
"webpack.configs.js",
"fontello-config.json",
"README.md"
]
}