SkirdaElectronLauncher/package.json

30 lines
733 B
JSON
Raw Normal View History

2017-04-22 21:20:23 +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",
2017-04-23 19:24:07 +00:00
"url": "git+https://gitlab.com/westeroscraft/electronlauncher.git"
2017-04-22 21:20:23 +00:00
},
"author": "TheKraken7, Matan, Nightmare",
"license": "AGPL-3.0",
"bugs": {
2017-04-23 19:24:07 +00:00
"url": "https://gitlab.com/westeroscraft/electronlauncher/issues"
2017-04-22 21:20:23 +00:00
},
2017-04-23 19:24:07 +00:00
"homepage": "http://www.westeroscraft.com/",
"dependencies": {
"async": "^2.3.0",
2017-04-22 21:20:23 +00:00
"electron": "^1.6.5",
"extract-zip": "=1.6.0",
"jQuery": "^1.7.4",
"mojang": "^0.4.1",
"promise": "^7.1.1",
"unzip": "^0.1.11",
"uuid": "^3.0.1"
2017-04-22 21:20:23 +00:00
}
}