hipchat-notify
Version:
Send a message to a HipChat room.
32 lines (31 loc) • 714 B
JSON
{
"name": "hipchat-notify",
"version": "1.0.3",
"description": "Send a message to a HipChat room.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/flesch/hipchat-notify.js"
},
"keywords": [
"hipchat",
"message",
"notify",
"notification",
"send",
"chat"
],
"author": "John Flesch <john@fles.ch> (http://fles.ch/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/flesch/hipchat-notify.js/issues"
},
"homepage": "https://github.com/flesch/hipchat-notify.js",
"dependencies": {
"request": "^2.51.0",
"underscore": "^1.7.0"
}
}