16 lines
396 B
JSON
16 lines
396 B
JSON
{
|
|
"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",
|
|
"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"
|
|
}
|