From 299e50c70b3f0a7e158dcdf10c22c4fc3c366ff7 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 17 Jan 2018 12:55:02 +1300 Subject: [PATCH] added package.json file --- .gitignore | 2 ++ package.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .gitignore create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a60beb0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +package-lock.json \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..bc375c9 --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "cordova-plugin-powermanagement", + "version": "1.0.0", + "description": "PowerManagement =============== Plugin for Cordova (3.0+)", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Cloudscapelabs/cordova-plugin-powermanagement.git" + }, + "author": "", + "license": "ISC", + "platforms": [ + "ios", + "android" + ], + "engines": [ + { + "name": "cordova", + "version": ">=6.0.0" + } + ], + "bugs": { + "url": "https://github.com/Cloudscapelabs/cordova-plugin-powermanagement/issues" + }, + "homepage": "https://github.com/Cloudscapelabs/cordova-plugin-powermanagement#readme" +}