mirror of
https://github.com/windlany/happy-chat.git
synced 2026-06-03 21:02:53 +08:00
27 lines
571 B
JSON
27 lines
571 B
JSON
{
|
|
"name": "happychat",
|
|
"version": "1.0.0",
|
|
"description": "A chat by node.",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/windlany/happyChat.git"
|
|
},
|
|
"keywords": [
|
|
"node"
|
|
],
|
|
"author": "lan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/windlany/happyChat/issues"
|
|
},
|
|
"homepage": "https://github.com/windlany/happyChat#readme",
|
|
"dependencies": {
|
|
"express": "^4.16.2",
|
|
"socket.io": "^2.0.4"
|
|
}
|
|
}
|