2015-12-20 00:03:52 -05:00
|
|
|
{
|
|
|
|
"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",
|
2015-12-20 00:32:41 -05:00
|
|
|
"mocha": ">=1.18.2",
|
2015-12-20 23:34:50 -05:00
|
|
|
"browserify": "~12",
|
|
|
|
"strictify": "~0.2"
|
2015-12-20 00:03:52 -05:00
|
|
|
},
|
|
|
|
|
2015-12-24 00:07:28 -05:00
|
|
|
"license": "AGPL-3.0",
|
2015-12-20 00:03:52 -05:00
|
|
|
|
|
|
|
"tags": [
|
|
|
|
"game",
|
|
|
|
"lasertank",
|
|
|
|
"tile game"
|
|
|
|
]
|
|
|
|
}
|