Added package.json

This commit is contained in:
Zi Xing 2022-01-10 19:28:19 -05:00
parent 51cc698322
commit da9be1828f
1 changed files with 25 additions and 0 deletions

25
src/vCaptcha/package.json Normal file
View File

@ -0,0 +1,25 @@
{
"package": {
"package_name": "net.intellivoid.vcaptcha",
"name": "vCaptcha",
"version": "1.0.0.0",
"author": "Zi Xing Narrakas",
"organization": "Intellivoid Technologies",
"description": "A privacy focused simple solution for captchas",
"url": "https://github.com/intellivoid/vcaptcha",
"dependencies": [],
"configuration": {
"autoload_method": "generated_spl",
"main": null,
"post_installation": [],
"pre_installation": []
}
},
"components": [
{
"required": true,
"file": "vCaptcha.php"
}
],
"files": []
}