UNPKG

friends-irc

Version:

Connects IRC and Friends channels by sending messages back and forth.

65 lines (64 loc) 1.5 kB
{ "name": "friends-irc", "version": "1.0.2", "author": "MOOSE Team", "description": "Connects IRC and Friends channels by sending messages back and forth.", "keywords": [ "friends", "irc", "gateway", "bot", "friends-irc", "moose" ], "main": "index.js", "repository": { "type": "git", "url": "git@github.com:moose-team/friends-irc.git" }, "bugs": { "url": "https://github.com/moose-team/friends-irc/issues" }, "scripts": { "start": "node index.js", "test": "standard && mocha $(find test -name '*.test.js')" }, "bin": { "friends-irc": "./index.js" }, "license": "MIT", "dependencies": { "body-parser": "~1.11.0", "check-env": "~1.2.0", "commander": "~2.6.0", "ghsign": "^1.2.2", "hyperlog": "^3.3.1", "irc": "~0.3.9", "leveldown": "maxogden/leveldown#newnan", "levelup": "^0.19.0", "lodash": "~3.1.0", "minimist": "^1.1.1", "node-gyp": "^1.0.3", "protocol-buffers": "^3.0.0", "request": "^2.55.0", "shelljs": "^0.4.0", "signalhub": "^3.3.0", "subleveldown": "^2.0.0", "through2": "^0.6.5", "webrtc-swarm": "^1.2.0", "winston": "~0.9.0", "wrtc": "0.0.55" }, "devDependencies": { "chai": "~1.10.0", "istanbul": "~0.3.5", "mocha": "~2.1.0", "mock-fs": "~2.3.2", "nock": "~0.59.1", "rewire": "^2.3.1", "sinon": "~1.12.2", "sinon-chai": "~2.6.0", "standard": "^3.7.2", "supertest": "~0.15.0" } }