Skip to content

Commit

Permalink
bulk tidy package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 2, 2022
1 parent 2f8813e commit fe72fde
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,27 @@
"api_version": "1.0.0",
"keywords": [
"Protocol",
"Camera" ],
"Camera"
],
"manufacturer": "PTZoptics",
"product": "VISCA",
"shortname": "visca",
"description": "Module to control PTZ cameras with PTZoptics Visca protocol over IP",
"main": "index.js",
"sponsored": [ "Arvol Dingess <adingess@toucanproductions.net>" ],
"sponsored": [
"Arvol Dingess <adingess@toucanproductions.net>"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Håkon Nessjøen <haakon@bitfocus.io>",
"license": "MIT"
"license": "MIT",
"homepage": "https://github.com/bitfocus/companion-module-ptzoptics-visca#readme",
"bugs": {
"url": "https://github.com/bitfocus/companion-module-ptzoptics-visca/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitfocus/companion-module-ptzoptics-visca.git"
}
}

0 comments on commit fe72fde

Please sign in to comment.