1
0
Fork 0
spacetac/package.json

27 lines
725 B
JSON

{
"name": "spacetac",
"version": "0.1.0",
"description": "A tactical RPG set in space",
"main": "src/build.js",
"scripts": {
"deps": "bower install",
"build": "tsc -p .",
"test": "jasmine",
"cover": "istanbul cover node_modules/jasmine/bin/jasmine.js && remap-istanbul -i coverage/coverage.json -o coverage -t html",
"serve": "simple-server out 8012"
},
"repository": {
"type": "git",
"url": "https://code.thunderk.net/michael/spacetac.git"
},
"author": "Michael Lemaire",
"license": "MIT",
"devDependencies": {
"bower": "^1.7.9",
"jasmine": "^2.5.2",
"istanbul": "0.4",
"remap-istanbul": "0.6",
"simple-server": "^1.0.1",
"typescript": "^2.0.6"
}
}