-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjquerymobile-filterbar.jquery.json
More file actions
35 lines (35 loc) · 993 Bytes
/
jquerymobile-filterbar.jquery.json
File metadata and controls
35 lines (35 loc) · 993 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
{
"name": "jquerymobile-filterbar",
"title": "jQuery Mobile filter widget",
"description": "Generic filter widget for jQuery Mobile, based on listview filter extension.",
"keywords": [
"jQuery",
"Mobile",
"Filter"
],
"version": "0.1.2",
"author": {
"name": "Sven Franck",
"url": "https://github.com/frequent"
},
"maintainers": [
{
"name": "Sven Franck",
"email": "svenfranck@yahoo.com",
"url": "https://github.com/frequent"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/frequent/filterbar/issues",
"homepage": "http://www.franckreich.de/jqm/filterbar/demo.html",
"docs": "https://github.com/frequent/filterbar/",
"dependencies": {
"jquery": ">=1.5",
"jquery mobile": ">=1.4"
}
}