pimi-launcher-core/package.json

19 lines
383 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": {
"extract-zip": "^1.6.7",
"node-fetch": "^2.2.0",
"request": "^2.88.0",
"shelljs": "^0.8.2",
"uuid": "^3.3.2"
}
}