UNPKG

meteor-shower-webcomponent

Version:

Beautiful meteor shower animation as a Web Component. Perfect for backgrounds in landing pages, portfolios, and interactive websites.

51 lines (50 loc) 1.52 kB
{ "name": "meteor-shower-webcomponent", "version": "1.1.3", "description": "Beautiful meteor shower animation as a Web Component. Perfect for backgrounds in landing pages, portfolios, and interactive websites.", "main": "dist/meteor-shower.min.js", "module": "dist/meteor-shower.min.js", "browser": "dist/meteor-shower.min.js", "type": "module", "types": "types/meteor-shower.d.ts", "files": [ "dist/", "README.md", "LICENSE" ], "scripts": { "build": "npm run build:minify", "build:minify": "terser src/meteor-shower.js -o dist/meteor-shower.min.js -c -m", "dev": "http-server . -p 3000", "test": "echo \"No tests specified\" && exit 0" }, "keywords": [ "webcomponent", "meteor", "animation", "background", "stars", "javascript", "css-animation", "vanilla-js", "custom-element", "web-components" ], "author": "Ronny García ronny_ricard1@hotmail.es>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/R00rss/meteor-shower-webcomponent.git" }, "bugs": { "url": "https://github.com/R00rss/meteor-shower-webcomponent/issues" }, "homepage": "https://github.com/R00rss/meteor-shower-webcomponent#readme", "devDependencies": { "http-server": "^14.1.1", "terser": "^5.43.1" }, "engines": { "node": ">=12.0.0" } }