@better-scroll/core
Version:
Minimalistic core scrolling for BetterScroll, it is pure and tiny
38 lines (37 loc) • 902 B
JSON
{
"name": "@better-scroll/core",
"version": "2.5.1",
"description": "Minimalistic core scrolling for BetterScroll, it is pure and tiny",
"author": {
"name": "jizhi",
"email": "theniceangel@163.com"
},
"publishConfig": {
"access": "public"
},
"main": "dist/core.js",
"module": "dist/core.esm.js",
"typings": "dist/types/index.d.ts",
"scripts": {},
"bugs": {
"url": "https://github.com/ustbhuangyi/better-scroll/issues"
},
"homepage": "https://github.com/ustbhuangyi/better-scroll",
"keywords": [
"scroll",
"iscroll",
"javascript",
"typescript",
"ios"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:ustbhuangyi/better-scroll.git",
"directory": "packages/core"
},
"dependencies": {
"@better-scroll/shared-utils": "^2.5.1"
},
"gitHead": "f077bcd751f2746af486a60f9619ead6256f3ac6"
}