asteroids-velocity
Version:
Velocity entity for the Asteroids object
31 lines (30 loc) • 665 B
JSON
{
"name": "asteroids-velocity",
"version": "0.8.0",
"description": "Velocity entity for the Asteroids object",
"main": "lib/velocity.js",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/dvberkel/asteroids-velocity.git"
},
"keywords": [
"asteroids",
"velocity"
],
"author": "Daan van Berkel",
"license": "MIT",
"bugs": {
"url": "https://github.com/dvberkel/asteroids-velocity/issues"
},
"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.14.0"
},
"dependencies": {
"asteroids-object": "0.5.0",
"asteroids-different": "0.0.0"
}
}