Removed unnecessary directives in package.json

This commit is contained in:
R. Aidan Campbell 2017-12-15 17:52:38 -07:00
parent 3a94c55100
commit 2b76f347d0

View File

@ -3,21 +3,12 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Open-source client for NVIDIA GameStream", "description": "Open-source client for NVIDIA GameStream",
"main":"index.html", "main":"index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/cgutman/moonlight-chrome.git"
},
"author": "", "author": "",
"license": "GPLv3", "license": "GPLv3",
"bugs": {
"url": "https://github.com/cgutman/moonlight-chrome/issues"
},
"homepage": "https://github.com/cgutman/moonlight-chrome#readme",
"devDependencies": { "devDependencies": {
"nwjs-builder-phoenix": "^1.14.6" "nwjs-builder-phoenix": "^1.14.6"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "build --chrome-app --tasks mac-x64,win-x64 --mirror https://dl.nwjs.io/ .", "dist": "build --chrome-app --tasks mac-x64,win-x64 --mirror https://dl.nwjs.io/ .",
"start": "run --x86 --mirror https://dl.nwjs.io/ ." "start": "run --x86 --mirror https://dl.nwjs.io/ ."
} }