freeball
Version:
Soccer with balls that can fly
38 lines (37 loc) • 802 B
JSON
{
"name": "freeball",
"version": "0.0.11",
"description": "Soccer with balls that can fly",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ubershmekel/freeball"
},
"keywords": [
"ball",
"soccer",
"football",
"rockets"
],
"author": "Yuval Greenfield",
"license": "MIT",
"bugs": {
"url": "https://github.com/ubershmekel/freeball/issues"
},
"homepage": "https://github.com/ubershmekel/freeball",
"dependencies": {
"amdefine": "^1.0.0",
"cannon": "^0.6.2",
"express": "^4.13.4",
"requirejs": "^2.1.22",
"socket.io": "^1.4.5",
"three": "0.74.0"
},
"bin": {
"freeball": "app.js"
}
}