{ "name": "chatserver", "version": "0.0.1", "description": "A simple NodeJS chat server", "main": "chatserver.js", "dependencies": { "circular-buffer": "0.0.6", "node-persist": "0.0.3", "ws": "^0.6.5" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/tomsmeding/chatserver.git" }, "keywords": [ "chat", "server", "simple" ], "author": "Tom Smeding (http://tomsmeding.com)", "license": "ISC", "bugs": { "url": "https://github.com/tomsmeding/chatserver/issues" }, "homepage": "https://github.com/tomsmeding/chatserver" }