Update package.json

master
Skylar Ittner 11 months ago
parent 1cca6de3d8
commit ca5b6f01ef

@ -1,25 +1,26 @@
{
"name": "cordova-plugin-powermanagement-netsyms",
"version": "1.1.0",
"description": "Plugin for managing the power state (i.e. idle switching) for cordova",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://source.netsyms.com/Netsyms/cordova-plugin-powermanagement.git"
},
"author": "Viras-",
"license": "Apache-2.0",
"bugs": {
"url": "https://source.netsyms.com/Netsyms/cordova-plugin-powermanagement/issues"
},
"homepage": "https://source.netsyms.com/Netsyms/cordova-plugin-powermanagement#readme",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp7",
"cordova-wp8"
]
"name": "@netsyms/cordova-plugin-powermanagement",
"version": "1.1.0",
"description": "Plugin for managing the power state (i.e. idle switching) for cordova",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://source.netsyms.com/Netsyms/cordova-plugin-powermanagement.git"
},
"author": "Viras-",
"license": "Apache-2.0",
"bugs": {
"url": "https://source.netsyms.com/Netsyms/cordova-plugin-powermanagement/issues"
},
"homepage": "https://source.netsyms.com/Netsyms/cordova-plugin-powermanagement#readme",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp7",
"cordova-wp8"
],
"main": "index.js"
}

Loading…
Cancel
Save