UNPKG

902 BJSONView Raw
1{
2 "name": "@better-scroll/core",
3 "version": "2.4.2",
4 "description": "Minimalistic core scrolling for BetterScroll, it is pure and tiny",
5 "author": {
6 "name": "jizhi",
7 "email": "theniceangel@163.com"
8 },
9 "publishConfig": {
10 "access": "public"
11 },
12 "main": "dist/core.js",
13 "module": "dist/core.esm.js",
14 "typings": "dist/types/index.d.ts",
15 "scripts": {},
16 "bugs": {
17 "url": "https://github.com/ustbhuangyi/better-scroll/issues"
18 },
19 "homepage": "https://github.com/ustbhuangyi/better-scroll",
20 "keywords": [
21 "scroll",
22 "iscroll",
23 "javascript",
24 "typescript",
25 "ios"
26 ],
27 "license": "MIT",
28 "repository": {
29 "type": "git",
30 "url": "git@github.com:ustbhuangyi/better-scroll.git",
31 "directory": "packages/core"
32 },
33 "dependencies": {
34 "@better-scroll/shared-utils": "^2.4.2"
35 },
36 "gitHead": "c97e67ecf15e616d998e67aa4ce15a7c429691c3"
37}