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

36 lines
683 B
JSON
Raw Normal View History

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": {
2015-12-24 00:40:54 -05:00
"babelify": ">=7.2",
"browserify": "~12",
2015-12-24 00:40:54 -05:00
"chai": ">=1.9.1",
"mocha": ">=1.18.2",
"strictify": "~0.2"
2015-12-20 00:03:52 -05:00
},
"license": "AGPL-3.0",
2015-12-20 00:03:52 -05:00
"tags": [
"game",
"lasertank",
"tile game"
]
}