-
Notifications
You must be signed in to change notification settings - Fork 1
/
slidingLists.jquery.json
39 lines (39 loc) · 1020 Bytes
/
slidingLists.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
{
"name": "slidingLists",
"version": "1.0.0",
"title": "jQuery slidingLists plugin",
"description": "Navigation on nested lists achieved via iOS-like sliding effect. Made with CSS3 and a little of Javascript + jQuery.",
"author": {
"name": "Andrea Collet",
"email": "collet.andrea@gmail.com",
"url": "https://www.fluidforfun.net"
},
"maintainers": [
{
"name": "Andrea Collet",
"email": "collet.andrea@gmail.com",
"url": "https://www.fluidforfun.net"
}
],
"keywords": [
"jquery",
"navigation",
"ios",
"list",
"transition",
"plugin"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/ifthenelse/slidingLists/issues",
"homepage": "https://github.com/ifthenelse/slidingLists",
"docs": "https://github.com/ifthenelse/slidingLists#readme",
"download": "https://github.com/ifthenelse/slidingLists/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}