49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "d3/oxtotp",
|
|
"description": "Two-factor authentication via time-based one-time password for OXID eSales shop",
|
|
"type": "oxideshop-module",
|
|
"keywords": [
|
|
"oxid",
|
|
"modules",
|
|
"eShop",
|
|
"d3",
|
|
"2FA"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "D3 Data Development (Inh. Thomas Dartsch)",
|
|
"email": "info@shopmodule.com",
|
|
"homepage": "http://www.d3data.de",
|
|
"role": "Owner"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@shopmodule.com"
|
|
},
|
|
"homepage": "https://www.oxidmodule.com/",
|
|
"license": [
|
|
"GPL-3.0-only"
|
|
],
|
|
"extra": {
|
|
"oxideshop": {
|
|
"source-directory": "/src",
|
|
"target-directory": "d3/totp"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"oxid-esales/oxideshop-metapackage-ce": "~6.0.3 || ~6.1.0 || ~6.2.0",
|
|
"spomky-labs/otphp": "^8.3",
|
|
"bacon/bacon-qr-code": "^1.0",
|
|
"zendframework/zend-math": "^3.2"
|
|
},
|
|
"suggest": {
|
|
"d3/modcfg": "Provides automatic installation routines"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"D3\\Totp\\": "../../../source/modules/d3/totp"
|
|
}
|
|
}
|
|
}
|