@wolsok/thanos
Version:
Wolf Soko's implementation of a cool Thanos snapping vaporizing effect for destroying dom elements
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "@wolsok/thanos",
"version": "16.0.1",
"description": "Wolf Soko's implementation of a cool Thanos snapping vaporizing effect for destroying dom elements",
"bugs": {
"url": "https://github.com/WolfSoko/wol-sok-mono/issues"
},
"homepage": "https://angularexamples.wolsok.de",
"repository": "https://github.com/WolfSoko/wol-sok-mono/tree/main/libs/public/ws-thanos",
"license": "MIT",
"keywords": [
"wolf soko",
"wolsok",
"angular",
"angular-lib",
"particles",
"animations",
"effects",
"thanos",
"vaporize",
"vaporizing",
"Avengers",
"Marvel",
"npm"
],
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"html2canvas": "^1.4.1",
"@angular/platform-browser": "16.0.0",
"rxjs": "7.8.1",
"zone.js": "0.13.0",
"@angular/platform-browser-dynamic": "16.0.0"
},
"dependencies": {
"tslib": "^2.5.0"
},
"module": "esm2022/wolsok-thanos.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"esm2022": "./esm2022/wolsok-thanos.mjs",
"esm": "./esm2022/wolsok-thanos.mjs",
"default": "./esm2022/wolsok-thanos.mjs"
}
},
"sideEffects": false
}