Skip to content

Instantly share code, notes, and snippets.

@molcik
Last active July 5, 2018 08:06
Show Gist options
  • Save molcik/d495c1733f40377bd2c9e2bbe7309f3e to your computer and use it in GitHub Desktop.
Save molcik/d495c1733f40377bd2c9e2bbe7309f3e to your computer and use it in GitHub Desktop.
Cordova Example Plugin package.json
{
"name": "com.filipmolcik.plugin.example",
"version": "1.0.0",
"description": "Example plugin to demonstrate how to call android function from javascript.",
"cordova": {
"id": "com.filipmolcik.plugin.example",
"platforms": [
"android"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"author": "Filip Molcik",
"license": "null"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment