pimi-launcher-core/package.json
2018-10-29 18:13:58 -04:00

18 lines
383 B
JSON

{
"name": "mcclauncher",
"version": "0.0.1",
"description": "Launcher for MCC",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pierce",
"license": "MIT",
"dependencies": {
"extract-zip": "^1.6.7",
"node-fetch": "^2.2.0",
"request": "^2.88.0",
"shelljs": "^0.8.2",
"uuid": "^3.3.2"
}
}