UNPKG

1.32 kBJSONView Raw
1{
2 "name": "@antv/g",
3 "version": "5.1.1",
4 "description": "A core module including ECS and DI container.",
5 "main": "lib/index.js",
6 "module": "es/index.js",
7 "types": "es/index.d.ts",
8 "unpkg": "dist/index.umd.min.js",
9 "files": [
10 "package.json",
11 "dist",
12 "es",
13 "lib",
14 "LICENSE",
15 "README.md"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/antvis/g.git"
20 },
21 "keywords": [
22 "util",
23 "antv",
24 "g"
25 ],
26 "publishConfig": {
27 "access": "public"
28 },
29 "author": "https://github.com/orgs/antvis/people",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/antvis/g/issues"
33 },
34 "devDependencies": {
35 "@types/d3-color": "^3.0.2",
36 "@types/gl-matrix": "^2.4.5",
37 "@types/offscreencanvas": "^2019.6.1"
38 },
39 "homepage": "https://github.com/antvis/g#readme",
40 "dependencies": {
41 "@antv/g-math": "^1.1.1",
42 "@antv/util": "^3.0.0",
43 "@types/offscreencanvas": "^2019.6.4",
44 "d3-color": "^1.4.0",
45 "eventemitter3": "^4.0.0",
46 "gl-matrix": "^3.1.0",
47 "mana-syringe": "^0.3.0",
48 "reflect-metadata": "^0.1.13",
49 "request-animation-frame-polyfill": "^1.1.2",
50 "tapable": "^2.2.1",
51 "tslib": "^2.3.1"
52 },
53 "scripts": {
54 "umd": "webpack"
55 },
56 "gitHead": "5152e91b7489c53f5d2a5c3d7cb645716c506f26"
57}