29 lines
532 B
JSON
29 lines
532 B
JSON
|
|
{
|
||
|
|
"name": "Scrollify",
|
||
|
|
"version": "1.0.19",
|
||
|
|
"homepage": "https://github.com/lukehaas/Scrollify",
|
||
|
|
"authors": [
|
||
|
|
"Luke Haas <lukehaas7@gmail.com>"
|
||
|
|
],
|
||
|
|
"description": "A jQuery plugin that assists scrolling and smoothly snaps to sections.",
|
||
|
|
"main": "jquery.scrollify.js",
|
||
|
|
"moduleType": [
|
||
|
|
"globals"
|
||
|
|
],
|
||
|
|
"keywords": [
|
||
|
|
"scroll",
|
||
|
|
"snap"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"ignore": [
|
||
|
|
"**/.*",
|
||
|
|
"node_modules",
|
||
|
|
"bower_components",
|
||
|
|
"test",
|
||
|
|
"tests"
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
"jquery": "*"
|
||
|
|
}
|
||
|
|
}
|