sticky-scroller
Version:
Scroll your very long sticky positioned sidebar
32 lines (31 loc) • 765 B
JSON
{
"name": "sticky-scroller",
"version": "0.4.0",
"description": "Scroll your very long sticky positioned sidebar",
"main": "dist/sticky-scroller.umd.js",
"module": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guoyunhe/sticky-scroller.git"
},
"keywords": [
"css",
"sticky-position",
"sticky-sidebar",
"scroll"
],
"author": "Guo Yunhe",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/guoyunhe/sticky-scroller/issues"
},
"homepage": "https://github.com/guoyunhe/sticky-scroller#readme",
"devDependencies": {
"webpack": "^4.3.0",
"webpack-cli": "^3.3.0"
}
}