{ "name": "spacetac", "version": "0.1.0", "description": "A tactical RPG set in space", "main": "out/build.js", "scripts": { "build": "run build", "test": "run ci", "start": "run continuous", "codecov": "remap-istanbul -i out/coverage/coverage.json -o out/coverage/mapped.json -t json && codecov -f out/coverage/mapped.json", "deploy": "run deploy", "deployx": "run deployx" }, "repository": { "type": "git", "url": "https://code.thunderk.net/michael/spacetac.git" }, "author": "Michael Lemaire", "license": "MIT", "devDependencies": { "@types/jasmine": "^2.8.8", "codecov": "^3.0.2", "gamefroot-texture-packer": "github:Gamefroot/Gamefroot-Texture-Packer#f3687111afc94f80ea8f2877c188fb8e2004e8ff", "glob": "^7.1.2", "glob-watcher": "^5.0.1", "jasmine": "^3.1.0", "karma": "^2.0.2", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", "karma-jasmine": "^1.1.2", "karma-spec-reporter": "^0.0.32", "live-server": "1.2.0", "remap-istanbul": "^0.11.1", "runjs": "^4.3.2", "shelljs": "^0.8.2", "typescript": "^2.9.1", "uglify-es": "^3.3.9" }, "dependencies": { "jasmine-core": "^3.1.0", "parse": "^1.11.1", "phaser": "^3.10.1", "process-pool": "^0.3.5" } }