Files
vczero.github.io/ctrip/danmaku/package.json
T
2015-07-30 23:09:57 +08:00

20 lines
382 B
JSON

{
"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"
}
}