UNPKG

@better-scroll/core

Version:

Minimalistic core scrolling for BetterScroll, it is pure and tiny

38 lines (37 loc) 902 B
{ "name": "@better-scroll/core", "version": "2.5.0", "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.0" }, "gitHead": "0313d72f89a7e928522210d814b9025baf0559cb" }