add socket.io

This commit is contained in:
lh_wang
2015-07-30 23:09:57 +08:00
parent adeba4eadd
commit 7b2d940361
46 changed files with 40728 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "danmaku",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"socket.io": "^1.3.6",
"supervisor": "^0.7.1"
}
}