forked from benoitpointet/jquery-scrollsnap-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scrollsnap.jquery.json
30 lines (30 loc) · 968 Bytes
/
scrollsnap.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
{
"name": "scrollsnap",
"title": "jQuery Scrollsnap Plugin",
"description": "A jQuery plugin that enhances the scrolling experience, by providing a snapping behaviour.",
"keywords": [
"animation",
"snap",
"scrolling",
"scroll"
],
"version": "1.0.1",
"author": {
"name": "Benoit Pointet"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/benoitpointet/jquery-scrollsnap-plugin/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/benoitpointet/jquery-scrollsnap-plugin/issues",
"homepage": "http://benoit.pointet.info/stuff/jquery-scrollsnap-plugin/",
"demo": "http://benoit.pointet.info/stuff/jquery-scrollsnap-plugin/",
"docs": "http://benoit.pointet.info/stuff/jquery-scrollsnap-plugin/",
"dependencies": {
"jquery": ">=1.9",
"jquery.easing": ">=1.3"
"scrollstop": ">=1.0.1"
}
}