UNPKG

hubot-eavesdrop

Version:

A hubot script to perform actions when user-specified keywords are mentioned.

40 lines (39 loc) 919 B
{ "name": "hubot-eavesdrop", "description": "A hubot script to perform actions when user-specified keywords are mentioned.", "version": "1.5.0", "author": "Chris Contolini <contolini@users.noreply.github.com>", "license": "CC0-1.0", "keywords": [ "hubot", "hubot-script", "eavesdrop" ], "repository": { "type": "git", "url": "git://github.com/cfpb/hubot-eavesdrop.git" }, "bugs": { "url": "https://github.com/cfpb/hubot-eavesdrop/issues" }, "dependencies": { "coffee-script": "1.10.0", "hubot": "2.18.0", "quick-gist": "1.2.0" }, "devDependencies": { "chai": "*", "grunt": "1.0.1", "grunt-contrib-watch": "~1.0.0", "grunt-mocha-test": "~0.12.7", "grunt-release": "~0.13.0", "matchdep": "~1.0.1", "mocha": "*", "sinon": "*", "sinon-chai": "*" }, "main": "index.coffee", "scripts": { "test": "grunt test" } }