luna-manager
Version:
Manager for Luna projects
36 lines (35 loc) • 814 B
JSON
{
"name": "luna-manager",
"version": "0.2.16",
"description": "Manager for Luna projects",
"main": "out/luna.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XyronLabs/Luna-manager.git"
},
"keywords": [
"manager",
"luna",
"game"
],
"author": "ACharLuk",
"license": "ISC",
"bugs": {
"url": "https://github.com/XyronLabs/Luna-manager/issues"
},
"homepage": "https://github.com/XyronLabs/Luna-manager#readme",
"devDependencies": {
"@types/extract-zip": "^1.6.2",
"@types/node": "^9.4.0",
"@types/request": "^2.47.0",
"typescript": "^2.7.1"
},
"dependencies": {
"extract-zip": "^1.6.6",
"fs": "0.0.1-security",
"request": "^2.83.0"
}
}