From 2b76f347d057e0c699a976ea43c49ecd9296c8e5 Mon Sep 17 00:00:00 2001 From: "R. Aidan Campbell" Date: Fri, 15 Dec 2017 17:52:38 -0700 Subject: [PATCH] Removed unnecessary directives in package.json --- package.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/package.json b/package.json index 7b913dc..3e4967a 100644 --- a/package.json +++ b/package.json @@ -3,21 +3,12 @@ "version": "1.0.0", "description": "Open-source client for NVIDIA GameStream", "main":"index.html", - "repository": { - "type": "git", - "url": "git+https://github.com/cgutman/moonlight-chrome.git" - }, "author": "", "license": "GPLv3", - "bugs": { - "url": "https://github.com/cgutman/moonlight-chrome/issues" - }, - "homepage": "https://github.com/cgutman/moonlight-chrome#readme", "devDependencies": { "nwjs-builder-phoenix": "^1.14.6" }, "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", "dist": "build --chrome-app --tasks mac-x64,win-x64 --mirror https://dl.nwjs.io/ .", "start": "run --x86 --mirror https://dl.nwjs.io/ ." }