added package.json

This commit is contained in:
Jeena Paradies 2012-06-17 15:16:17 +02:00
parent 620f2626a3
commit 7343958214

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"author": "logsol <fartman@gmx.de>",
"name": "chuck.js",
"description": "Multiplayer browser jump and run game",
"version": "0.1.0",
"homepage": "http://chuck.fuuuuu.de/",
"repository": {
"url": "https://github.com/logsol/chuck.js"
},
"main": "",
"dependencies": {
"socket.io": ">= 0.9.6"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}