@omnedia/ngx-globe
Version:
A simple component library to create a container with an animated and interactive globe.
37 lines • 848 B
JSON
{
"name": "@omnedia/ngx-globe",
"description": "A simple component library to create a container with an animated and interactive globe.",
"version": "3.0.1",
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"cobe": "^0.6.3"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"keywords": [
"npm",
"globe",
"3d",
"interactive",
"animation"
],
"repository": {
"url": "https://github.com/omnedia/ngx-globe"
},
"author": "Markus Block (markus.block@omnedia.com)",
"license": "MIT",
"module": "fesm2022/omnedia-ngx-globe.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/omnedia-ngx-globe.mjs"
}
}
}