-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathgridtab.jquery.json
More file actions
34 lines (34 loc) · 996 Bytes
/
gridtab.jquery.json
File metadata and controls
34 lines (34 loc) · 996 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
33
34
{
"name": "gridtab",
"title": "gridtab",
"description": "jQuery plugin to create grid based responsive tabs",
"keywords": [
"responsive",
"grid",
"tab",
"accordion",
"navigation"
],
"version": "2.1.1",
"author": {
"name": "Gopal Raju",
"url": "http://gopalraju.github.io"
},
"maintainers": [{
"name": "Gopal Raju",
"email": "productivedreams@gmail.com",
"url": "http://www.productivedreams.com"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/gopalraju/gridtab/blob/master/LICENSE"
}],
"demo": "http://gopalraju.github.io/gridtab/",
"bugs": "https://github.com/gopalraju/gridtab/issues",
"homepage": "https://github.com/gopalraju/gridtab/",
"docs": "https://github.com/gopalraju/gridtab/",
"download": "https://github.com/gopalraju/gridtab/archive/master.zip",
"dependencies": {
"jquery": ">=1.8.3"
}
}