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" +}