cordova-plugin-otp-autofill
Version:
An Android Cordova plugin that auto populates otp received through sms.
36 lines (35 loc) • 901 B
JSON
{
"name": "cordova-plugin-otp-autofill",
"version": "0.0.2",
"description": "An Android Cordova plugin that auto populates otp received through sms.",
"cordova": {
"id": "cordova-plugin-otp-autofill",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/akhilvenkateswaran/cordova-plugin-otp-autofill.git"
},
"keywords": [
"SMS",
"OTP",
"Autofill",
"AutoVerify",
"ecosystem:cordova",
"cordova-android"
],
"engines":
{
"name":"cordova",
"version":">=3.0.0"
}
,
"author": "Akhil Venkateswaran <akhil.venkateswaran@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/akhilvenkateswaran/cordova-plugin-otp-autofill.git/issues"
},
"homepage": "https://github.com/akhilvenkateswaran/cordova-plugin-otp-autofill.git"
}