-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
50 lines (50 loc) · 1.09 KB
/
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
{
"name": "grisel",
"description": "jQuery-based custom select control, represents options as paginated grid, features search and filter by first letter.",
"main": [
"src/css/grisel.css",
"src/js/grisel.js",
"src/images/arrow-down.gif",
"src/images/arrow-up.gif",
"src/images/btl-left.png",
"src/images/btl-left-hover.png",
"src/images/btl-right.png",
"src/images/btl-right-hover.png",
"src/images/checkbox.png",
"src/images/close.png",
"src/images/radio.png",
"src/images/ui-icons_ff7519_256x240.png"
],
"dependencies": {
"jquery": ">=1.6",
"jquery.easing": ">=1.3"
},
"keywords": [
"multiselect",
"select",
"dropdown",
"form",
"control",
"jquery"
],
"authors": [
{
"name": "Oblogin Denis",
"email": "ukrbublik@gmail.com",
"homepage": "https://github.com/ukrbublik"
}
],
"homepage": "https://github.com/ukrbublik/grisel",
"repository": {
"type": "git",
"url": "https://github.com/ukrbublik/grisel.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}