{
  "name": "irc-upd",
  "description": "An IRC client library for node",
  "version": "0.11.0",
  "author": "Edward Jones <throne3d@gmail.com>",
  "scripts": {
    "lint": "eslint .",
    "posttest": "nyc report && npm run lint",
    "save-coverage": "nyc report --reporter=lcov",
    "test": "nyc --reporter=none mocha test/test-*.js"
  },
  "contributors": [
    "Fionn Kelleher <me@fionn.co>",
    "xAndy <xandy@hackerspace-bamberg.de>",
    "Mischa Spiegelmock <revmischa@cpan.org>",
    "Justin Gallardo <justin.gallardo@gmail.com>",
    "Chris Nehren <cnehren@pobox.com>",
    "Henri Niemeläinen <aivot-on@iki.fi>",
    "Alex Miles <ghostaldev@gmail.com>",
    "Simmo Saan <simmo.saan@gmail.com>",
    "Martyn Smith <martyn@dollyfish.net.nz>"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/Throne3d/node-irc"
  },
  "bugs": {
    "url": "http://github.com/Throne3d/node-irc/issues"
  },
  "main": "lib/irc",
  "engines": {
    "node": ">=0.10.0"
  },
  "license": "GPL-3.0",
  "dependencies": {
    "irc-colors": "^1.5.0"
  },
  "optionalDependencies": {
    "chardet": "^1.2.1",
    "iconv-lite": "^0.6.2"
  },
  "devDependencies": {
    "ansi-color": "0.2.1",
    "chai": "^4.2.0",
    "coveralls": "^3.1.0",
    "eslint": "^6.8.0",
    "mocha": "^7.2.0",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "sinon": "^8.1.1"
  }
}
