1
0
Fork 0
spacetac/package.json

46 lines
1.3 KiB
JSON

{
"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"
},
"repository": {
"type": "git",
"url": "https://code.thunderk.net/michael/spacetac.git"
},
"author": "Michael Lemaire",
"license": "MIT",
"devDependencies": {
"@types/jasmine": "^2.8.6",
"babel-polyfill": "6.26.0",
"codecov": "3.0.0",
"gamefroot-texture-packer": "Gamefroot/Gamefroot-Texture-Packer.git#f3687111afc94f80ea8f2877c188fb8e2004e8ff",
"glob": "^7.1.2",
"glob-watcher": "^5.0.1",
"jasmine": "^3.1.0",
"karma": "^2.0.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-spec-reporter": "^0.0.32",
"live-server": "1.2.0",
"remap-istanbul": "^0.10.1",
"runjs": "^4.3.0",
"shelljs": "^0.8.1",
"typescript": "^2.8.1",
"uglify-js": "^3.3.13"
},
"dependencies": {
"jasmine-core": "^3.1.0",
"parse": "^1.11.0",
"phaser": "2.6.2",
"process-pool": "^0.3.5"
}
}