UNPKG

hubot-victorops-bot

Version:

A hubot script to quickly view or page the person on call in victorops

41 lines (40 loc) 1.01 kB
{ "name": "hubot-victorops-bot", "description": "A hubot script to quickly view or page the person on call in victorops", "version": "2.0.2", "authors": [ "Nino D'Aversa <nino@ndaversa.com>" ], "license": "MIT", "keywords": [ "hubot", "hubot-scripts", "slack", "victorops" ], "repository": { "type": "git", "url": "git@github.com:ndaversa/hubot-victorops-bot.git" }, "bugs": { "url": "https://github.com/ndaversa/hubot-victorops-bot/issues" }, "dependencies": { "coffee-script": "^1.10.0", "fuzzy": "^0.1.1", "ical": "github:ndaversa/ical.js", "moment": "^2.10.6", "node-fetch": "^1.3.3", "underscore": "^1.8.3" }, "main": "index.coffee", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://github.com/ndaversa/hubot-victorops-bot", "devDependencies": {}, "author": "Nino D'Aversa <nino@ndaversa.com> (http://ndaversa.com)" }