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