-
Notifications
You must be signed in to change notification settings - Fork 0
/
skroller.jquery.json
35 lines (35 loc) · 979 Bytes
/
skroller.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
{
"name": "skroller",
"title": "jQuery Skroller",
"description": "jQuery plugin to transform any elements into a scrollable one.",
"keywords": [
"scroll",
"scroller",
"scrollable"
],
"version": "1.0.3",
"author": {
"name": "Tony Morello",
"url": "https://github.com/tonymorello"
},
"maintainers": [
{
"name": "Tony Morello",
"email": "[email protected]",
"url": "http://www.morellowebdesign.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/tonymorello/Skroller/issues",
"homepage": "https://github.com/tonymorello/Skroller",
"demo": "http://www.morellowebdesign.com/samples/skroller/",
"download": "https://github.com/tonymorello/Skroller/releases",
"dependencies": {
"jquery": ">=1.5"
}
}