HeliosLauncher/package.json

31 lines
766 B
JSON
Raw Normal View History

2017-05-17 06:26:46 +00:00
{
"name": "westeroscraftlauncher",
"version": "0.0.1",
"description": "Custom modded launcher for Westeroscraft",
"main": "index.js",
"scripts": {
"start": "electron index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/westeroscraft/electronlauncher.git"
},
"author": "TheKraken7, Matan, Nightmare",
"license": "AGPL-3.0",
"bugs": {
"url": "https://gitlab.com/westeroscraft/electronlauncher/issues"
},
"homepage": "http://www.westeroscraft.com/",
"dependencies": {
"adm-zip": "^0.4.7",
"async": "^2.3.0",
"electron": "^1.6.5",
"extract-zip": "=1.6.0",
2017-05-17 07:31:42 +00:00
"find-java-home": "^0.1.4",
2017-05-17 06:26:46 +00:00
"jQuery": "^1.7.4",
"mojang": "^0.4.1",
"promise": "^7.1.1",
"uuid": "^3.0.1"
}
}