35 lines
904 B
JSON
35 lines
904 B
JSON
{
|
|
"name": "scrollify",
|
|
"title": "jQuery Scrollify",
|
|
"description": "A jQuery plugin that assists scrolling and smoothly snaps to sections.",
|
|
"keywords": [
|
|
"scroll",
|
|
"snap"
|
|
],
|
|
"version": "1.0.19",
|
|
"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"
|
|
}
|
|
}
|