cordova-plugin-sms-retriever
Version:
Cordova plugin to retrieve SMS in Android using the SMS Retriever API.
40 lines (39 loc) • 872 B
JSON
{
"name": "cordova-plugin-sms-retriever",
"version": "4.0.1",
"description": "Cordova plugin to retrieve SMS in Android using the SMS Retriever API.",
"cordova": {
"id": "cordova-plugin-sms-retriever",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/andreszs/cordova-plugin-sms-retriever.git"
},
"bugs": {
"url": "https://github.com/andreszs/cordova-plugin-sms-retriever/issues"
},
"keywords": [
"cordova",
"ecosystem:cordova",
"sms",
"retriever"
],
"engines": [
{
"name": "cordova",
"version": ">=7.1.0"
},
{
"name": "cordova-android",
"version": ">=6.3.0"
}
],
"author": {
"name": "Andres Zsogon",
"email": "andreszs@users.noreply.github.com"
},
"license": "MIT"
}