UNPKG

squelch-client

Version:
45 lines (44 loc) 1.11 kB
{ "name": "squelch-client", "version": "0.19.0", "description": "An IRC client for Node.js", "homepage": "https://github.com/squelch-irc/squelch-client", "repository": { "type": "git", "url": "git://github.com/squelch-irc/squelch-client.git" }, "main": "dist/client.js", "dependencies": { "@rahatarmanahmed/event-kit": "^2.1.0-featureonce", "bluebird": "^3.3.1", "debug": "^2.2.0", "irc-colors": "^1.2.0", "irc-message": "~3.0.0", "irc-replies": "^2.0.1", "through2-map": "^2.0.0" }, "devDependencies": { "chai": "^3.5.0", "coffee-script": "^1.10.0", "coffeelint": "^1.14.2", "mocha": "^2.4.5", "rimraf": "^2.5.2" }, "scripts": { "clean": "rimraf dist", "lint": "coffeelint src test", "pretest": "npm run lint", "test": "mocha", "prebuild": "npm run clean && npm run test", "build": "coffee -c -o dist src", "prepublish": "npm run build" }, "keywords": [ "Internet Relay Chat", "irc", "client", "bot" ], "author": "Rahat Ahmed <rahatarmanahmed@gmail.com>", "license": "MIT" }