kefu/package.json
2017-11-01 16:57:52 +08:00

23 lines
451 B
JSON

{
"name": "kefu",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"express": "~4.15.2",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2",
"socket.io":"~2.0.4",
"socket.io-client":"^2.0.4",
"redis":"^2.8.0",
"mongoose":"^4.12.5",
"qiniu":"^7.1.1"
}
}