mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
Merge branch 'master' of github.com:logsol/chuck.js
This commit is contained in:
commit
908a9dd43d
1 changed files with 19 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal 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": "*"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue