12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "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"
- },
- "repository": {
- "type": "git",
- "url": "https://code.thunderk.net/michael/spacetac.git"
- },
- "author": "Michael Lemaire",
- "license": "MIT",
- "devDependencies": {
- "@types/jasmine": "^3.3.12",
- "codecov": "^3.4.0",
- "gamefroot-texture-packer": "github:Gamefroot/Gamefroot-Texture-Packer#f3687111afc94f80ea8f2877c188fb8e2004e8ff",
- "glob": "^7.1.4",
- "glob-watcher": "^5.0.3",
- "jasmine": "^3.4.0",
- "jasmine-core": "^3.4.0",
- "karma": "^4.1.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-coverage": "^1.1.2",
- "karma-jasmine": "^2.0.1",
- "karma-spec-reporter": "^0.0.32",
- "live-server": "1.2.1",
- "process-pool": "^0.3.5",
- "remap-istanbul": "^0.13.0",
- "runjs": "^4.4.2",
- "shelljs": "^0.8.3",
- "terser": "^3.17.0",
- "typescript": "^3.5.0-rc"
- },
- "dependencies": {
- "parse": "^2.4.0",
- "phaser": "^3.17.0"
- },
- "dependenciesMap": {
- "parse": "dist/parse.min.js",
- "phaser": "dist/phaser.min.js"
- }
- }
|