forked from jasonday/plusTabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plusTabs.jquery.json
34 lines (34 loc) · 874 Bytes
/
plusTabs.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
{
"name": "plusTabs",
"title": "jQuery plusTabs",
"description": "plugin to interact with jQuery UI tabs when there are too many tabs. Forked from Jason Day's version.",
"keywords": [
"tabs",
"jquery-ui"
],
"version": "2.0.0",
"author": {
"name": "Jason Day",
"url": "https://github.com/jasonday/plusTabs"
},
"maintainers": [
{
"name": "Jonas Schöler",
"url": "https://github.com/rocket-turtle/plusTabs"
}
],
"licenses": [
{
"type": "MIT and GPL",
"url": "https://github.com/rocket-turtle/plusTabs"
}
],
"bugs": "https://github.com/jasonday/plusTabs/issues",
"homepage": "https://github.com/jasonday/plusTabs",
"docs": "https://github.com/jasonday/plusTabs",
"download": "https://github.com/jasonday/plusTabs",
"dependencies": {
"jquery": ">=1.9",
"jqueryui": ">=1.10"
}
}