From 8c16a3bde6573f8771dd296f124fc0bc26f32aad Mon Sep 17 00:00:00 2001 From: victorhalla Date: Tue, 19 Nov 2019 00:34:21 -0600 Subject: [PATCH] Create package.json Could not install package automatically without this file --- package.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..954bac4 --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "name": "cordova-plugin-ms-office-rest-client", + "version": "0.2.0", + "description": "Apache Cordova plugin for Office 365 OData APIs", + "cordova": { + "id": "cordova-plugin-ms-office-rest-client", + "platforms": [ + "android", + "ios", + "windows" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/OfficeDev/cordova-plugin-ms-office-rest-client.git" + }, + "keywords": [ + "microsoft", + "office", + "outlook", + "mail", + "ecosystem:cordova", + "cordova-android", + "cordova-ios", + "cordova-windows" + ], + "author": "MSOpenTech", + "license": "Apache 2.0", + "bugs": { + "url": "https://github.com/OfficeDev/cordova-plugin-ms-office-rest-client/issues" + }, + "homepage": "https://github.com/OfficeDev/cordova-plugin-ms-office-rest-client#readme" +}