Update package.json

This commit is contained in:
Skylar Ittner 2023-06-21 21:59:18 -06:00
parent 1cca6de3d8
commit ca5b6f01ef

View File

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