1
0
Fork 0
spacetac/bower.json

17 lines
360 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",
2016-10-26 21:15:04 +00:00
"jasmine-core": "jasmine#^2.5.2",
"deep-diff": "0.3.0"
}
2017-05-02 17:59:41 +00:00
}