{ "name": "chat-application", "version": "1.0.0", "description": "Chat Application", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "test" }, "keywords": [ "chat", "node", "socket" ], "author": "qiangdada", "license": "MIT", "dependencies": { "socket.io": "~0.9.6", "mime": "~1.2.7" } }