SkirdaElectronLauncher/package.json

27 lines
659 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/",
2017-04-22 21:20:23 +00:00
"devDependencies": {
"async": "^2.3.0",
2017-04-22 21:20:23 +00:00
"electron": "^1.6.5",
"mojang": "^0.4.0",
"promise": "^7.1.1",
"uuid": "^3.0.1"
2017-04-22 21:20:23 +00:00
}
}