ngx-venue-map
Version:
Interactive venue seating map component for Angular applications
43 lines • 965 B
JSON
{
"name": "ngx-venue-map",
"version": "0.0.3",
"description": "Interactive venue seating map component for Angular applications",
"keywords": [
"angular",
"venue",
"seating",
"map",
"venue",
"interactive",
"canvas",
"fabric",
"concert",
"sports"
],
"homepage": "https://github.com/vvtrung/angular-venue-map#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vvtrung/angular-venue-map.git"
},
"license": "MIT",
"author": "Trung Vo <vo.van.trung.0196@gmail.com>",
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ngx-venue-map.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-venue-map.mjs"
}
}
}