@better-scroll/observe-dom
Version:
Dynamic recalculating container's size for BetterScroll
37 lines (36 loc) • 909 B
JSON
{
"name": "@better-scroll/observe-dom",
"version": "2.5.1",
"description": "Dynamic recalculating container's size for BetterScroll",
"author": {
"name": "jizhi",
"email": "theniceangel@163.com"
},
"main": "dist/observe-dom.min.js",
"module": "dist/observe-dom.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"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ustbhuangyi/better-scroll.git",
"directory": "packages/observe-dom"
},
"dependencies": {
"@better-scroll/core": "^2.5.1"
},
"gitHead": "f077bcd751f2746af486a60f9619ead6256f3ac6"
}