vCaptcha/src/vCaptcha/package.json

44 lines
1.3 KiB
JSON

{
"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": [
{
"package": "net.intellivoid.ziproto",
"version": "latest",
"source": "default@github/intellivoid/ZiProto",
"required": true
},
{
"package": "net.intellivoid.msqg",
"version": "latest",
"source": "default@github/intellivoid/msqg",
"required": true
},
{
"package": "net.intellivoid.acm2",
"version": "latest",
"source": "default@github/intellivoid/acm2",
"required": true
}
],
"configuration": {
"autoload_method": "generated_spl",
"main": null,
"post_installation": [],
"pre_installation": []
}
},
"components": [
{
"required": true,
"file": "vCaptcha.php"
}
],
"files": []
}