package.json 589 B

1234567891011121314151617181920212223
  1. {
  2. "name": "westeroscraftlauncher",
  3. "version": "0.0.1",
  4. "description": "Custom modded launcher for Westeroscraft",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "electron index.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://gitlab.com/westeroscraft/electronlauncher.git"
  12. },
  13. "author": "TheKraken7, Matan, Nightmare",
  14. "license": "AGPL-3.0",
  15. "bugs": {
  16. "url": "https://gitlab.com/westeroscraft/electronlauncher/issues"
  17. },
  18. "homepage": "http://www.westeroscraft.com/",
  19. "devDependencies": {
  20. "electron": "^1.6.5",
  21. "mojang": "^0.4.0"
  22. }
  23. }