hermes
Version:
Messenger of the gods.
34 lines (33 loc) • 612 B
JSON
{
"name": "hermes",
"version": "0.4.4",
"repository": "git://github.com/segmentio/hermes.git",
"license": "MIT",
"description": "Messenger of the gods.",
"main": "lib/index.js",
"bin": {
"hermes": "bin/hermes"
},
"dependencies": {
"chalk": "^0.4.0",
"commander": "^2.2.0",
"component-type": "^1.0.0",
"lodash": "~2.4.1",
"indent": "0.0.1",
"to-function": "~2.0.3"
},
"devDependencies": {
"mocha": "1.x",
"browserify": "~3.46.0"
},
"keywords": [
"chat",
"bot",
"robot",
"hipchat",
"irc",
"xmpp",
"hubot",
"slack"
]
}