pimi-launcher-core/package.json
2019-04-26 10:32:08 -04:00

31 lines
831 B
JSON

{
"name": "minecraft-launcher-core",
"version": "2.5.6",
"description": "Module that downloads Minecraft assets and runs Minecraft. Also Supports Forge",
"main": "index.js",
"dependencies": {
"adm-zip": "^0.4.13",
"node-fetch": "^2.2.0",
"request": "^2.88.0",
"shelljs": "^0.8.2",
"uuid": "^3.3.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pierce01/MinecraftLauncher-core.git"
},
"keywords": [
"minecraft",
"minecraft-launcher-node"
],
"author": "Pierce Harriz",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pierce01/MinecraftLauncher-core/issues"
},
"homepage": "https://github.com/Pierce01/MinecraftLauncher-core#readme"
}