{ "name": "irc", "description": "An IRC client library for node", "version": "0.5.2", "author": "Martyn Smith ", "scripts": { "test": "./node_modules/faucet/bin/cmd.js test/test-*.js", "lint": "./node_modules/jscs/bin/jscs --preset=airbnb */*.js" }, "contributors": [ "Fionn Kelleher ", "xAndy ", "Mischa Spiegelmock ", "Justin Gallardo ", "Chris Nehren ", "Henri Niemeläinen ", "Alex Miles ", "Simmo Saan " ], "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.10.0" }, "license": "GPL-3.0", "dependencies": { "irc-colors": "^1.1.0" }, "optionalDependencies": { "iconv": "~2.2.1", "node-icu-charset-detector": "~0.2.0" }, "devDependencies": { "ansi-color": "0.2.1", "faucet": "0.0.1", "jscs": "1.9.0", "tape": "^3.0.3" } }