27 lines
667 B
JSON
27 lines
667 B
JSON
{
|
|
"name": "astro-reactive-validator",
|
|
"version": "0.0.0",
|
|
"description": "Validation Library for Astro Reactive Form 🔥",
|
|
"author": {
|
|
"name": "Ayo Ayco",
|
|
"email": "ramon.aycojr@gmail.com",
|
|
"url": "https://ayco.io"
|
|
},
|
|
"main": "index.js",
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ayoayco/astro-reactive-library.git"
|
|
},
|
|
"keywords": [
|
|
"astro-components",
|
|
"ui",
|
|
"form",
|
|
"validation"
|
|
],
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ayoayco/astro-reactive-library/issues"
|
|
},
|
|
"homepage": "https://github.com/ayoayco/astro-reactive-library#readme"
|
|
}
|