hubot-hangups
Version:
Hubot adapter for Google Hangouts
38 lines (37 loc) • 755 B
JSON
{
"name": "hubot-hangups",
"version": "1.0.1",
"description": "Hubot adapter for Google Hangouts",
"main": "index.coffee",
"devDependencies": {
"coffee-script": "1.1.3"
},
"dependencies": {
"hubot": "^2.11.0",
"request": "2.12.0",
"string": "1.3.0",
"sync-exec": "^0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/groupby/hubot-hangups.git"
},
"keywords": [
"hubot",
"adapter",
"hangups",
"hangouts",
"google"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/groupby/hubot-hangups/issues"
},
"homepage": "https://github.com/groupby/hubot-hangups",
"maintainers": [
{
"name": "groupby",
"email": "op@groupbyinc.com"
}
]
}