forked from JangoSteve/jQuery-EasyTabs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.21 KB
/
package.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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "easytabs",
"title": "jQuery EasyTabs - Tabs with(out) style.",
"description": "EasyTabs is a lightweight jQuery plugin to provide full tab functionality, while leaving the styling up to you.",
"version": "3.2.4",
"keywords": [
"tabs", "cycle", "gallery"
],
"maintainers": [
{
"name": "Steve Schwartz",
"email": "[email protected]",
"web": "http://www.alfajango.com/blog"
}
],
"contributors": [
{
"name": "Steve Schwartz",
"email": "[email protected]",
"web": "http://www.alfajango.com/blog"
}
],
"dependencies": {
"jquery": "3.5.1"
},
"demos": [
"/examples/demo.html"
],
"bugs": {
"mail": "[email protected]",
"web": "https://github.com/jangosteve/jquery-easytabs/issues"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/jangosteve/jquery-easytabs.git"
}
],
"licenses": [
{
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"name": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"homepage": "http://www.alfajango.com/blog/jquery-easytabs-plugin/",
"main": "/lib/jquery.easytabs.min.js"
}