asteroids-game
Version:
The object managing all the Asteroids objects
33 lines (32 loc) • 726 B
JSON
{
"name": "asteroids-game",
"version": "0.9.0",
"description": "The object managing all the Asteroids objects",
"main": "lib/game.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/ceres-pallas/asteroids-game.git"
},
"keywords": [
"asteroids",
"game"
],
"author": "Daan van Berkel",
"license": "MIT",
"bugs": {
"url": "https://github.com/ceres-pallas/asteroids-game/issues"
},
"dependencies": {
"asteroids-asteroid": "0.8.0",
"asteroids-bullet": "^0.5.0",
"asteroids-fighter": "^0.8.0",
"asteroids-listener": "0.1.0"
},
"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.14.0"
}
}