@better-scroll/scroll-bar
Version:
scrollbar is used to BetterScroll, which behaves like browser scrollbar
37 lines (36 loc) • 918 B
JSON
{
"name": "@better-scroll/scroll-bar",
"version": "2.5.1",
"description": "scrollbar is used to BetterScroll, which behaves like browser scrollbar",
"author": {
"name": "jizhi",
"email": "theniceangel@163.com"
},
"main": "dist/scroll-bar.min.js",
"module": "dist/scroll-bar.esm.js",
"typings": "dist/types/index.d.ts",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/ustbhuangyi/better-scroll/issues"
},
"homepage": "https://github.com/ustbhuangyi/better-scroll",
"keywords": [
"scroll",
"iscroll",
"javascript",
"typescript",
"ios",
"scrollbar"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ustbhuangyi/better-scroll.git",
"directory": "packages/scroll-bar"
},
"dependencies": {
"@better-scroll/core": "^2.5.1"
},
"gitHead": "f077bcd751f2746af486a60f9619ead6256f3ac6"
}