-
Notifications
You must be signed in to change notification settings - Fork 577
/
scrollify.jquery.json
34 lines (34 loc) · 904 Bytes
/
scrollify.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
{
"name": "scrollify",
"title": "jQuery Scrollify",
"description": "A jQuery plugin that assists scrolling and smoothly snaps to sections.",
"keywords": [
"scroll",
"snap"
],
"version": "1.0.20",
"author": {
"name": "Luke Haas",
"url": "http://lukehaas.me"
},
"maintainers": [
{
"name": "Luke Haas",
"email": "",
"url": "http://lukehaas.me"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lukehaas/Scrollify/blob/master/LICENSE"
}
],
"bugs": "https://github.com/lukehaas/Scrollify/issues",
"homepage": "http://projects.lukehaas.me/scrollify",
"docs": "https://github.com/lukehaas/Scrollify",
"download": "https://github.com/lukehaas/Scrollify",
"dependencies": {
"jquery": ">=1.7"
}
}