1 | {
|
2 | "name": "@better-scroll/core",
|
3 | "version": "2.5.1",
|
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.5.1"
|
35 | },
|
36 | "gitHead": "f077bcd751f2746af486a60f9619ead6256f3ac6"
|
37 | }
|