From e2099ceac814f59101003c941333974b3c0fe88c Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Fri, 20 Apr 2018 21:39:11 +0100 Subject: [PATCH] Initial commit of package.json. --- plugins/DVHMA-WebIntent/package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 plugins/DVHMA-WebIntent/package.json diff --git a/plugins/DVHMA-WebIntent/package.json b/plugins/DVHMA-WebIntent/package.json new file mode 100644 index 0000000..7f8cdfa --- /dev/null +++ b/plugins/DVHMA-WebIntent/package.json @@ -0,0 +1,19 @@ +{ + "name": "de.zertapps.dvhma.plugins.webintent", + "version": "1.0.0", + "description": "Web intents for Cordova", + "cordova": { + "id": "de.zertapps.dvhma.plugins.webintent", + "platforms": [ + "android" + ] + }, + "keywords": [ + "cordova", + "webintent", + "ecosystem:cordova", + "cordova-android" + ], + "author": "", + "license": "MIT" +}