mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
20 lines
382 B
JSON
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"
|
|
}
|
|
}
|