UNPKG

tennu

Version:

Tennu - Modular IRC Bot Framework for Node.js

81 lines (80 loc) 1.73 kB
{ "name": "tennu", "version": "4.11.0", "description": "Tennu - Modular IRC Bot Framework for Node.js", "maintainers": [ { "name": "Ryan Scheel (havvy)", "email": "ryan.havvy@gmail.com", "web": "http://havvy.net" } ], "contributors": [ { "name": "Ryan Scheel (havvy)", "email": "ryan.havvy@gmail.com", "web": "http://havvy.net" }, { "name": "Marc Talbot (metalbot)" }, { "name": "Dan Ugore" }, { "name": "Victorio Berra" } ], "repository": { "type": "git", "url": "git://github.com/Tennu/tennu.git" }, "homepage": "https://tennu.github.io/", "main": "lib/index.js", "engines": { "node": ">=0.10.0" }, "keywords": [ "irc", "bot", "tennu", "irc-bot", "framework", "event-driven" ], "dependencies": { "after-events": "^1.0.1", "bluebird": "^3.0.0", "chunk": "0.0.2", "commander": "^2.1.0", "irc-message": "^1.0.0", "irc-socket": "^3.0.8", "lodash.create": "^3.1.0", "lodash.defaults": "^3.1.1", "lodash.mapvalues": "^3.0.1", "prefix-event-subscriber": "^1.1.1", "r-result": "^1.0.0", "simplesets": "^1.2.0", "tennu-plugins": "^3.2.0" }, "devDependencies": { "@havvy/mock-net-socket": "^2", "better-assert": "^1.0.0", "deep-eql": "^0.1.3", "gulp": "^3.9.1", "gulp-concat-util": "^0.5.1", "gulp-rename": "^1.2.2", "mocha": "^2.0.0", "sinon": "^1.11.1", "source-map-support": "^0.2.7" }, "scripts": { "test": "gulp build && mocha -R spec", "test-only": "mocha -R spec || true", "build": "gulp build" }, "bin": { "tennu": "bin/tennu.js" }, "license": "ISC" }