hubot-hear-say
Version:
A hubot adapter for saying something when it hears something
35 lines (34 loc) • 680 B
JSON
{
"name": "hubot-hear-say",
"version": "1.0.0",
"author": "Jason Solis",
"keywords": [
"github",
"hubot",
"hear",
"say"
],
"description": "A hubot adapter for saying something when it hears something",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/tombell/hubot-twilio/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jsolis/hubot-hear-say.git"
},
"bugs": {
"url": "https://github.com/jsolis/hubot-hear-say/issues"
},
"dependencies": {
},
"devDependencies": {
"coffee-script": "1.1.3"
},
"main": "index.coffee",
"engines": {
"node": "*"
}
}