{ "name": "shout", "description": "The modern IRC client", "version": "0.6.2", "homepage": "http://github.com/erming/shout", "author": { "name": "Mattias Erming", "email": "mattias@mattiaserming.com" }, "keywords": [ "browser", "chat", "client", "irc", "server", "web" ], "main": "./index.js", "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "https://github.com/erming/shout.git" }, "dependencies": { "connect": "^2.19.6", "lodash": "^2.4.1", "moment": "^2.7.0", "slate-irc": "^0.6.0", "socket.io": "^1.0.6" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-uglify": "^0.5.0" } }