Initial commit of package.json.

This commit is contained in:
Achim D. Brucker 2018-04-20 21:38:54 +01:00
parent ccd08fc5c0
commit 31975c4ef9
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"name": "de.zertapps.dvhma.plugins.storage",
"version": "1.0.0",
"description": "DVHMA Storage Backend",
"cordova": {
"id": "de.zertapps.dvhma.plugins.storage",
"platforms": [
"android"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-android"
],
"author": "",
"license": "Apache 2.0"
}