astro-simple-modal
Version:
Highly customizable modal for Astro — simple to use and easy to style.
35 lines (34 loc) • 779 B
JSON
{
"name": "astro-simple-modal",
"description": "Highly customizable modal for Astro — simple to use and easy to style.",
"version": "1.2.6",
"author": "Henry Corredor",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/henrycorredor/astro-simple-modal.git",
"directory": "packages/astro-simple-modal"
},
"homepage": "https://kurilabs.com/projects/astro-simple-modal",
"bugs": {
"url": "https://github.com/henrycorredor/astro-simple-modal/issues"
},
"type": "module",
"exports": {
".": "./index.ts"
},
"files": [
"src",
"index.ts"
],
"main": "index.ts",
"keywords": [
"astro-component",
"astro",
"withastro",
"modal",
"simple-modal",
"ui",
"component"
]
}