UNPKG

@omnedia/ngx-globe

Version:

A simple component library to create a container with an animated and interactive globe.

37 lines 884 B
{ "name": "@omnedia/ngx-globe", "description": "A simple component library to create a container with an animated and interactive globe.", "version": "4.0.1", "peerDependencies": { "@angular/common": "^21.0.0", "@angular/core": "^21.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": "types/omnedia-ngx-globe.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/omnedia-ngx-globe.d.ts", "default": "./fesm2022/omnedia-ngx-globe.mjs" } } }