-
Notifications
You must be signed in to change notification settings - Fork 6
/
conventAccordion.jquery.json
43 lines (43 loc) · 1.21 KB
/
conventAccordion.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
39
40
41
42
43
{
"name": "conventAccordion",
"title": "jQuery conventAccordion",
"description": "jQuery plugin for horizontal and/or vertical accordion.",
"keywords": [
"accordion",
"gallery",
"rotating",
"banner",
"slidedeck",
"animation",
"horizontal",
"vertical"
],
"version": "1.1.0",
"author": {
"name": "Luch Klooster - CONVENT app & web design & development",
"url": "https://github.com/Luch/conventAccordion"
},
"maintainers": [
{
"name": "Luch Klooster",
"email": "[email protected]",
"url": "http://members.ziggo.nl/luch.klooster/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Luch/conventAccordion/mit.txt",
"type": "GPL",
"url": "https://github.com/Luch/conventAccordion/gpl.txt"
}
],
"bugs": "https://github.com/Luch/conventAccordion/issues",
"homepage": "https://github.com/Luch/conventAccordion",
"docs": "http://members.ziggo.nl/luch.klooster/",
"demo": "http://members.ziggo.nl/luch.klooster/",
"download": "https://github.com/Luch/conventAccordion",
"dependencies": {
"jquery": ">=1.4"
}
}