mirror of
https://github.com/dscalzi/HeliosLauncher.git
synced 2024-10-31 19:36:39 -07:00
26 lines
637 B
JSON
26 lines
637 B
JSON
{
|
|
"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/",
|
|
"devDependencies": {
|
|
"async": "^2.3.0",
|
|
"electron": "^1.6.5",
|
|
"mojang": "^0.4.0",
|
|
"promise": "^7.1.1"
|
|
}
|
|
}
|