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

35 lines
647 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",
"strictify": "~0.2"
},
"license": "AGPL-3.0",
"tags": [
"game",
"lasertank",
"tile game"
]
}