19 lines
428 B
JSON
19 lines
428 B
JSON
|
{
|
||
|
"name": "jquery-scrollspy",
|
||
|
"homepage": "https://github.com/sxalexander/jquery-scrollspy/",
|
||
|
"description": "scrollspy is a simple jQuery plugin for firing events based on where the user has scrolled to in a page.",
|
||
|
"main": "jquery-scrollspy.min.js",
|
||
|
"keywords": [
|
||
|
"scrolling",
|
||
|
"scroll"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.7.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
}
|
||
|
}
|