Last active
July 5, 2018 08:06
-
-
Save molcik/d495c1733f40377bd2c9e2bbe7309f3e to your computer and use it in GitHub Desktop.
Cordova Example Plugin package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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