-
Notifications
You must be signed in to change notification settings - Fork 1
/
tabSwitch.jquery.json
38 lines (38 loc) · 1.05 KB
/
tabSwitch.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
34
35
36
37
38
{
"name": "tabSwitch",
"title": "tabSwitch",
"description": "Simple tab switch plugin",
"keywords": [
"tab-switch",
"animation",
"effect",
"hover"
],
"version": "1.1.1",
"author": {
"name": "Bill",
"email": "[email protected]",
"url": "https://github.com/seed-fe"
},
"maintainers": [
{
"name": "Bill",
"email": "[email protected]",
"url": "https://github.com/seed-fe"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/seed-fe/tab-switch/issues",
"homepage": "https://seed-fe.github.io/tab-switch/",
"docs": "https://github.com/seed-fe/tab-switch/blob/tab-plugin/README.md",
"demo":"https://seed-fe.github.io/tab-switch/",
"download": "https://github.com/seed-fe/tab-switch/archive/tab-plugin.zip",
"dependencies": {
"jquery": ">=1.5"
}
}