Skip to content

Commit

Permalink
added package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-oxenburgh committed Jan 16, 2018
1 parent 3a07c1b commit 299e50c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
package-lock.json
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 299e50c

Please sign in to comment.