UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@antv/f2",
3 "version": "4.0.25",
4 "description": "Charts for mobile visualization.",
5 "main": "lib/index.js",
6 "module": "es/index.js",
7 "unpkg": "dist/index.min.js",
8 "types": "es/index.d.ts",
9 "miniprogram": "dist",
10 "keywords": [
11 "antv",
12 "f2",
13 "chart",
14 "charts",
15 "mobile",
16 "visualization",
17 "data visualization",
18 "canvas",
19 "2d draw",
20 "mobile visualization",
21 "interactive"
22 ],
23 "sideEffects": false,
24 "dependencies": {
25 "@antv/adjust": "~0.2.5",
26 "@antv/event-emitter": "^0.1.2",
27 "@antv/f2-graphic": "^0.0.5",
28 "@antv/scale": "~0.3.3",
29 "@antv/util": "~2.0.6",
30 "@babel/runtime": "^7.12.5",
31 "d3-cloud": "~1.2.5"
32 },
33 "homepage": "https://f2.antv.vision/",
34 "author": "https://github.com/orgs/antvis/people",
35 "license": "MIT",
36 "repository": {
37 "type": "git",
38 "url": "https://github.com/antvis/f2"
39 },
40 "bugs": {
41 "url": "https://github.com/antvis/f2/issues"
42 },
43 "gitHead": "c01329712c324847cd99aedea8cfd8a333fbc01f"
44}