-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathscrolltabs.jquery.json
More file actions
32 lines (32 loc) · 877 Bytes
/
scrolltabs.jquery.json
File metadata and controls
32 lines (32 loc) · 877 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
{
"name": "scrolltabs",
"title": "jQuery ScrollTabs",
"description": "jQuery highly configurable plugin to handle scrolling tabs horizontally when not enough space is available.",
"keywords": [
"scroll",
"tabs",
"tabbed",
"horizontal"
],
"version": "2.0.0",
"author": {
"name": "Josh Reed"
},
"maintainers": [
{
"name": "Josh Reed"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/joshreed/jQuery-ScrollTabs/blob/2.0.0/LICENSE"
}
],
"homepage": "http://joshreed.github.io/jQuery-ScrollTabs/",
"docs": "http://joshreed.github.io/jQuery-ScrollTabs/documentation.html",
"download": "http://joshreed.github.io/jQuery-ScrollTabs/index.html",
"dependencies": {
"jquery": ">=1.7.1"
}
}