@fcarreno/cordova-plugin-intent
Version:
General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
31 lines (30 loc) • 867 B
JSON
{
"name": "@fcarreno/cordova-plugin-intent",
"version": "1.0.9",
"description": "General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.",
"main": "intentShim.js",
"cordova": {
"id": "@fcarreno/cordova-plugin-intent",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "https://github.com/fcarreno/cordova-plugin-intent.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"Intent"
],
"author": "Darryn Campbell",
"license": "MIT",
"bugs": {
"url": "https://github.com/fcarreno/cordova-plugin-intent/issues"
},
"homepage": "https://github.com/fcarreno/cordova-plugin-intent#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}