1
0
Fork 0
spacetac/bower.json

16 lines
334 B
JSON
Raw Normal View History

2016-10-26 21:15:04 +00:00
{
"name": "spacetac",
"description": "A tactical RPG set in space",
"main": "out/build.js",
"authors": [
"Michael Lemaire"
],
"license": "MIT",
2017-05-02 17:59:41 +00:00
"homepage": "https://thunderk.net/spacetac/",
2016-10-26 21:15:04 +00:00
"private": true,
"dependencies": {
2017-03-13 21:17:05 +00:00
"phaser": "2.6.2",
"parse": "1.9.2",
"jasmine-core": "jasmine#^2.5.2"
2016-10-26 21:15:04 +00:00
}
2017-05-02 17:59:41 +00:00
}