{
"name": "@antv/g-plugin-html-renderer",
"version": "1.7.56",
"description": "A G plugin for rendering HTML",
"keywords": [
"antv",
"g"
],
"homepage": "https://github.com/antvis/g#readme",
"bugs": {
"url": "https://github.com/antvis/g/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antvis/g.git"
},
"license": "MIT",
"author": "https://github.com/orgs/antvis/people",
"main": "dist/index.js",
"unpkg": "dist/index.umd.min.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"package.json",
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"sync": "tnpm sync"
},
"dependencies": {
"@antv/util": "^3.3.1",
"gl-matrix": "^3.1.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@types/jest": "^25.0.0"
},
"peerDependencies": {
"@antv/g-lite": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "09b3114354c305562668f22159d9cc35d56c813a"
}