2017-05-16 23:26:46 -07:00
|
|
|
{
|
|
|
|
"name": "westeroscraftlauncher",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Custom modded launcher for Westeroscraft",
|
2017-08-26 22:13:48 -07:00
|
|
|
"productName": "WesterosCraft Launcher",
|
2017-05-16 23:26:46 -07:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "electron index.js"
|
|
|
|
},
|
2017-10-04 19:38:05 -07:00
|
|
|
"engines": {
|
2017-11-07 11:51:43 -08:00
|
|
|
"node": "8.9.x"
|
2017-10-04 19:38:05 -07:00
|
|
|
},
|
2017-05-16 23:26:46 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://gitlab.com/westeroscraft/electronlauncher.git"
|
|
|
|
},
|
2017-10-04 19:38:05 -07:00
|
|
|
"author": "Daniel Scalzi",
|
2017-05-16 23:26:46 -07:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/westeroscraft/electronlauncher/issues"
|
|
|
|
},
|
|
|
|
"homepage": "http://www.westeroscraft.com/",
|
|
|
|
"dependencies": {
|
|
|
|
"adm-zip": "^0.4.7",
|
2017-11-18 20:25:52 -08:00
|
|
|
"async": "^2.6.0",
|
2017-08-26 22:13:48 -07:00
|
|
|
"ejs": "^2.5.7",
|
|
|
|
"ejs-electron": "^2.0.1",
|
|
|
|
"find-java-home": "^0.2.0",
|
|
|
|
"jquery": "^3.2.1",
|
2017-05-16 23:26:46 -07:00
|
|
|
"mojang": "^0.4.1",
|
2017-08-26 22:13:48 -07:00
|
|
|
"uuid": "^3.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-11-18 20:25:52 -08:00
|
|
|
"electron": "^1.7.9",
|
|
|
|
"electron-packager": "^9.1.0"
|
2017-05-16 23:26:46 -07:00
|
|
|
}
|
|
|
|
}
|