{
  "name": "ircsock",
  "version": "0.1.0",
  "description": "Modular IRC client socket",
  "main": "index.js",
  "scripts": {
    "test": "tap tests",
    "coverage": "tap tests --cov --coverage-report=lcov"
  },
  "author": "Jarvis Badgley <chiper@chipersoft.com> (http://chipersoft.com/)",
  "license": "MIT",
  "dependencies": {
    "lodash.assign": "~3.2.0",
    "slate-irc-parser": "0.0.2"
  },
  "devDependencies": {
    "blessed": "0.0.37",
    "mitm": "~1.1.0",
    "nodeunit": "~0.9.1",
    "rc": "^0.5.0",
    "sinon": "~1.16.1",
    "stubnet": "~0.1.0",
    "tap": "~1.3.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ChiperSoft/ircsock.js.git"
  }
}
