-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscrollUP.jquery.json
33 lines (33 loc) · 928 Bytes
/
scrollUP.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
{
"name": "scrollUP",
"title": "jQuery scrollUP",
"description": "a simple scrollUp item which can be used with every element.",
"keywords": [
"scroll up",
"animation"
],
"version": "1.0",
"author": {
"name": "BlackArray []"
},
"maintainers": [
{
"name": "Stefan Jud",
"email": "[email protected]",
"url": "http://www.blackarray.ch"
}
],
"licenses": [
{
"type": "Apache 2.0",
"url": "https://raw.githubusercontent.com/SoulTransfer/scrollUP/master/LICENSE.txt"
}
],
"bugs": "https://github.com/SoulTransfer/scrollUP/issues",
"homepage": "https://github.com/SoulTransfer/scrollUP/",
"docs": "https://github.com/SoulTransfer/scrollUP/",
"download": "https://github.com/SoulTransfer/scrollUP/",
"dependencies": {
"jquery": ">=1.10"
}
}