1
0
Fork 0
spacetac/package.json

47 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2016-10-26 21:15:04 +00:00
{
"name": "spacetac",
"version": "0.1.0",
"description": "A tactical RPG set in space",
2018-03-06 23:52:52 +00:00
"main": "out/build.js",
2016-10-26 21:15:04 +00:00
"scripts": {
2018-03-08 19:16:05 +00:00
"build": "run build",
2018-04-04 21:57:28 +00:00
"test": "run ci",
2019-05-13 21:17:58 +00:00
"start": "run continuous"
2016-10-26 21:15:04 +00:00
},
"repository": {
"type": "git",
"url": "https://code.thunderk.net/michael/spacetac.git"
},
"author": "Michael Lemaire",
"license": "MIT",
"devDependencies": {
2019-05-06 17:14:12 +00:00
"@types/jasmine": "^3.3.12",
2019-05-13 16:36:25 +00:00
"codecov": "^3.4.0",
2018-06-04 08:27:52 +00:00
"gamefroot-texture-packer": "github:Gamefroot/Gamefroot-Texture-Packer#f3687111afc94f80ea8f2877c188fb8e2004e8ff",
2019-05-13 16:36:25 +00:00
"glob": "^7.1.4",
2019-05-06 17:14:12 +00:00
"glob-watcher": "^5.0.3",
"jasmine": "^3.4.0",
"jasmine-core": "^3.4.0",
2019-05-06 17:14:12 +00:00
"karma": "^4.1.0",
2019-05-13 21:17:58 +00:00
"karma-chrome-launcher": "^2.2.0",
2018-06-04 08:27:52 +00:00
"karma-coverage": "^1.1.2",
2019-05-06 17:14:12 +00:00
"karma-jasmine": "^2.0.1",
2018-01-31 18:54:01 +00:00
"karma-spec-reporter": "^0.0.32",
2019-05-06 17:14:12 +00:00
"live-server": "1.2.1",
2019-05-13 21:17:58 +00:00
"process-pool": "^0.3.5",
2019-05-06 17:14:12 +00:00
"remap-istanbul": "^0.13.0",
"runjs": "^4.4.2",
"shelljs": "^0.8.3",
2019-05-16 21:06:41 +00:00
"terser": "^3.17.0",
2019-05-16 15:19:36 +00:00
"typescript": "^3.5.0-rc"
},
"dependencies": {
2019-05-06 17:14:12 +00:00
"parse": "^2.4.0",
2019-05-13 21:17:58 +00:00
"phaser": "^3.17.0"
},
"dependenciesMap": {
"parse": "dist/parse.min.js",
"phaser": "dist/phaser.min.js"
2016-10-26 21:15:04 +00:00
}
}