ngx-parallax-stars
Version:
Angular library to create beautiful stars with parallax effect.
45 lines (44 loc) • 1 kB
JSON
{
"name": "ngx-parallax-stars",
"description": "Angular library to create beautiful stars with parallax effect.",
"keywords": [
"npm",
"ts",
"typescript",
"angular",
"ngx",
"parallax",
"stars",
"library"
],
"author": "Stimmler",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DerStimmler/ngx-parallax-stars"
},
"bugs": {
"url": "https://github.com/DerStimmler/ngx-parallax-stars/issues"
},
"homepage": "https://derstimmler.github.io/ngx-parallax-stars/",
"peerDependencies": {
"@angular/common": ">=19.0.0",
"@angular/core": ">=19.0.0"
},
"dependencies": {
"tslib": "^2.8.1"
},
"sideEffects": false,
"module": "fesm2022/ngx-parallax-stars.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ngx-parallax-stars.mjs"
}
},
"version": "4.0.3"
}