diff --git a/package.json b/package.json index 2f9d7fe..34a90e0 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,19 @@ { "name": "electron-webshell", "version": "0.1.0", + "description": "Electron web shell that opens a specified URL in fullscreen.", "main": "main.js", "private": true, + "author": { + "name": "ThbTech", + "email": "support@thbtech.local" + }, + "homepage": "http://121.37.111.42:3000/ThbTech/electron-test", + "repository": { + "type": "git", + "url": "http://121.37.111.42:3000/ThbTech/electron-test.git" + }, + "license": "MIT", "scripts": { "start": "electron .", "build": "electron-builder", @@ -33,7 +44,8 @@ "deb" ], "category": "Utility", - "artifactName": "${productName}-${version}-${arch}.${ext}" + "artifactName": "${productName}-${version}-${arch}.${ext}", + "maintainer": "ThbTech " } } }