-
Notifications
You must be signed in to change notification settings - Fork 148
/
ScrollIt.jquery.json
42 lines (42 loc) · 1.22 KB
/
ScrollIt.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
{
"name": "ScrollIt",
"title": "ScrollIt",
"description": "ScrollIt.js(scroll•it•dot•js) makes it easy to make long, vertically scrolling pages.",
"keywords": [
"page",
"scroll",
"navigation",
"keydown",
"keyboard"
],
"version": "1.0.3",
"author": {
"name": "Chris Polis, Adam Merrifield and Frank S",
"url": "https://github.com/cmpolis/scrollIt.js/blob/master/AUTHORS.txt"
},
"maintainers": [
{
"name": "Chris Polis",
"email": "[email protected]",
"url": "http://ByteMuse.com"
},
{
"name": "Adam Merrifield",
"email": "[email protected]",
"url": "http://adam.merrifield.ca"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cmpolis/scrollIt.js/blob/master/LICENSE.txt"
}
],
"bugs": "https://github.com/cmpolis/scrollIt.js/issues",
"homepage": "https://github.com/cmpolis/scrollIt.js",
"docs": "https://github.com/cmpolis/scrollIt.js",
"download": "https://github.com/cmpolis/scrollIt.js/archive/master.zip",
"dependencies": {
"jquery": ">=1.8"
}
}