21 lines
482 B
JSON
21 lines
482 B
JSON
{
|
|
"name": "minecraft-java-manager",
|
|
"version": "0.0.1",
|
|
"description": "Node module to check if java is installed and install it",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.azures.fr/azures04/minecraft-java-manager"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "azures04",
|
|
"url": "https://gitea.azures.fr",
|
|
"email": "azures04@azures.fr"
|
|
},
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|