happy-chat/package.json
2018-01-31 14:50:11 +08:00

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