{
  "name": "shout",
  "description": "The modern IRC client",
  "version": "0.5.1",
  "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": {
    "lodash": "~2.4.1",
    "slate-irc": "https://github.com/erming/slate-irc/tarball/master",
    "moment": "~2.5.1",
    "connect": "~2.14.3",
    "socket.io": "~0.9.16"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-uglify": "^0.5.0"
  }
}