1
0
Fork 0
lasertank-js/package.json.in

39 lines
707 B
JSON

{
"name": "lasertank-js",
"description": "A faithful JavaScript clone of LaserTank",
"version": "@VERSION@",
"author": "Mike Gerwitz (https://mikegerwitz.com)",
"homepage": "https://mikegerwitz.com/",
"repository": {
"type": "git",
"url": "https://gitlab.com/mikegerwitz/lasertank-js"
},
"engines": {
"node": ">0.0.0"
},
"dependencies": {
"easejs": ">=0.2.7"
},
"devDependencies": {
"chai": ">=1.9.1",
"mocha": ">=1.18.2",
"browserify": "~12"
},
"licenses": [
{
"type": "GPLv3+",
"url": "https://www.gnu.org/licenses/gpl.html"
}
],
"tags": [
"game",
"lasertank",
"tile game"
]
}