forked from IonDen/ion.tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathion-tabs.jquery.json
33 lines (33 loc) · 921 Bytes
/
ion-tabs.jquery.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
{
"name": "ion-tabs",
"version": "1.0.2",
"title": "Ion.Tabs",
"description": "jQuery tabs plugin. Easy and well done tabs with many options and skin support",
"keywords": [
"jquery",
"tabs",
"tabbed",
"interface",
"navigation",
"switcher",
"ui"
],
"author": {
"name": "IonDen",
"url": "https://github.com/IonDen",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://ionden.com/a/plugins/licence-en.html"
}
],
"homepage": "https://github.com/IonDen/ion.tabs",
"docs": "https://github.com/IonDen/ion.tabs/blob/master/readme.md",
"demo": "http://ionden.com/a/plugins/ion.tabs/en.html",
"download": "http://ionden.com/a/plugins/ion.tabs/ion.tabs-1.0.2.zip",
"dependencies": {
"jquery": ">=1.7"
}
}