{
  "author": "Alexander Walters",
  "bugs": {
    "url": "https://github.com/tritium21/node-irc-dcc/issues"
  },
  "dependencies": {
    "ip": "^1.1.4",
    "irc": "^0.5.2",
    "string-format": "^0.5.0"
  },
  "description": "DCC Support for Node-IRC",
  "devDependencies": {
    "coveralls": "^2.11.15",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "mocha-lcov-reporter": "^1.2.0",
    "pegjs": "^0.10.0",
    "simple-mock": "^0.7.3"
  },
  "homepage": "http://node-irc-dcc.readthedocs.io/en/latest/",
  "keywords": [
    "irc",
    "dcc"
  ],
  "license": "GPL-3.0",
  "main": "lib/dcc.js",
  "name": "irc-dcc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tritium21/node-irc-dcc.git"
  },
  "scripts": {
    "pegjs": "pegjs lib/parser.pegjs",
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha",
    "travis": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "version": "0.2.4",
  "config": {
    "blanket": {
      "pattern": "lib/"
    }
  }
}
