ghx-cordova-plugin-intent
Version:
General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.
24 lines (23 loc) • 622 B
JSON
{
"name": "ghx-cordova-plugin-intent",
"version": "2.2.0",
"description": "General purpose intent shim layer for cordova appliations on Android. Handles various techniques for sending and receiving intents.",
"main": "intentShim.js",
"cordova": {
"id": "ghx-cordova-plugin-intent",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/darryncampbell/darryncampbell-cordova-plugin-intent.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"Intent"
],
"author": "GHX",
"license": "MIT"
}