cordova-plugin-call-number-helper
Version:
Cordova Call Number Plugin
40 lines • 1.01 kB
JSON
{
"name": "cordova-plugin-call-number-helper",
"version": "1.0.3",
"description": "Cordova Call Number Plugin",
"cordova": {
"id": "cordova-plugin-call-number-helper",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/okanbeydanol/cordova-plugin-call-number-helper.git"
},
"keywords": [
"cordova",
"call",
"dialer",
"phonegap",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": {
"cordova-ios": ">=3.6.0",
"cordova-android": ">=3.0.0"
},
"main": "www/CallNumber.js",
"author": "Okan Beydanol <okan.beydanol@gmail.com>",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "www/CallNumber.d.ts",
"bugs": {
"url": "https://github.com/okanbeydanol/cordova-plugin-call-number-helper/issues"
},
"homepage": "https://github.com/okanbeydanol/cordova-plugin-call-number-helper#readme"
}