27 lines
528 B
JSON
27 lines
528 B
JSON
|
{
|
||
|
"name": "stickyscroll",
|
||
|
"version": "1.3.1",
|
||
|
"homepage": "https://github.com/erming/stickyscroll",
|
||
|
"authors": [
|
||
|
"Mattias Erming <mattias@mattiaserming.com>"
|
||
|
],
|
||
|
"description": "Make your scrollbars stick when scrolled to the bottom",
|
||
|
"main": "stickyscroll.js",
|
||
|
"keywords": [
|
||
|
"scroll",
|
||
|
"scrollbar",
|
||
|
"sticky",
|
||
|
"bottom"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.9"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"ignore": [
|
||
|
"index.html",
|
||
|
"README.md",
|
||
|
"stickyscroll.jquery.json",
|
||
|
"style.css"
|
||
|
]
|
||
|
}
|