@desto/scrollbar-js
Version:
A script which produces stylable scrollbars. It also allows styling of the resize handle.
41 lines (40 loc) • 1.1 kB
JSON
{
"name": "@desto/scrollbar-js",
"version": "1.4.0",
"description": "A script which produces stylable scrollbars. It also allows styling of the resize handle.",
"main": "scrollbar.min.js",
"scripts": {
"build": "tsc && uglifyjs dist/scrollbar.js -cmo dist/scrollbar.js && node node/banner.js",
"sass": "sass src/scrollbar-basic.scss dist/scrollbar-basic.css --no-source-map",
"test": "echo \"Error: no test specified\" && exit 1",
"ts": "tsc -w",
"version": "npm run build && git add -A"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desto-git/scrollbar.js.git"
},
"keywords": [
"scrollbar",
"scrollbars",
"vanilla-javascript",
"vanilla-js",
"no-dependencies",
"native-scroll",
"resize",
"resizer",
"css"
],
"author": "desto (https://github.com/desto-git)",
"license": "ISC",
"bugs": {
"url": "https://github.com/desto-git/scrollbar.js/issues"
},
"homepage": "https://github.com/desto-git/scrollbar.js",
"devDependencies": {
"prepend-file": "^1.3.1",
"sass": "^1.15.2",
"typescript": "^3.2.2",
"uglify-js": "^3.4.9"
}
}