-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathjquerymobile-tabview.jquery.json
More file actions
35 lines (35 loc) · 969 Bytes
/
jquerymobile-tabview.jquery.json
File metadata and controls
35 lines (35 loc) · 969 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-tabview",
"title": "jQuery Mobile tabview",
"description": "Tabs for jQuery Mobile, modified collapsible/collapsible-set widgets.",
"keywords": [
"jQuery",
"Mobile",
"Tabs"
],
"version": "0.3.0",
"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/tabview/issues",
"homepage": "http://www.franckreich.de/jqm/tabview/demo.html",
"docs": "https://github.com/frequent/tabview/",
"dependencies": {
"jquery": ">=1.8",
"jquery mobile": ">=1.4"
}
}