pimi-launcher-core/package.json

19 lines
380 B
JSON
Raw Normal View History

2018-10-30 01:13:58 +03:00
{
"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": {
2018-12-02 16:46:37 +03:00
"adm-zip": "^0.4.13",
2018-10-30 01:13:58 +03:00
"node-fetch": "^2.2.0",
"request": "^2.88.0",
"shelljs": "^0.8.2",
"uuid": "^3.3.2"
}
}