package.json w/ server dependencies

This commit is contained in:
Astro 2011-12-11 03:21:47 +01:00
parent e844d90763
commit 9a3ef94217
1 changed files with 10 additions and 0 deletions

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{ "name": "pentanews-quiz",
"version":"2011.3.0",
"dependencies": {
"irc-js": "https://github.com/TooTallNate/IRC-js/tarball/0.5.x-compat",
"connect": ">=1.8.1",
"formidable": ">=1.0.7",
"ltx":">=0.1.1",
"websocket":">=1.0.1"
}
}