@omnedia/ngx-floodlight
Version:
An Angular standalone component rendering dynamic animated floodlight gradients.
37 lines • 862 B
JSON
{
"name": "@omnedia/ngx-floodlight",
"description": "An Angular standalone component rendering dynamic animated floodlight gradients.",
"version": "3.0.0",
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"keywords": [
"npm",
"background",
"spotlight",
"floodlight",
"light",
"animation"
],
"repository": {
"url": "https://github.com/omnedia/ngx-floodlight"
},
"author": "Markus Block (markus.block@omnedia.com)",
"license": "MIT",
"module": "fesm2022/omnedia-ngx-floodlight.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/omnedia-ngx-floodlight.mjs"
}
}
}