{
    "name" : "irc",
    "description" : "An IRC client library for node",
    "version" : "0.3.6",
    "author" : "Martyn Smith <martyn@dollyfish.net.nz>",
    "contributors" : [ {
        "name": "xAndy",
        "email": "xandy@hackerspace-bamberg.de"
    } ],
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/martynsmith/node-irc"
    },
    "bugs" : {
        "mail" : "martyn@dollyfish.net.nz",
        "url" : "http://github.com/martynsmith/node-irc/issues"
    },
    "main" : "lib/irc",
    "engines" : { "node" : ">=0.4.0" },
    "licenses" : [ {
        "type" : "GPL",
        "url" : "http://github.com/martynsmith/node-irc/raw/master/COPYING"
    } ]
}
