open-plutonium-launcher-v2/package.json

16 lines
396 B
JSON
Raw Normal View History

2024-11-08 22:27:45 -05:00
{
"name": "open-plutonium-launcher",
"version": "0.0.1",
"description": "A Plutonium launcher that aims to make old CoD games more accessible",
"main": "src/main.js",
2024-11-08 22:27:45 -05:00
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "https://gitea.x3f200c.net/Kroniker/open-plutonium-launcher-v2.git"
},
"author": "X3F200C",
"license": "GPL-3.0-or-later"
}