hubot-aws-bot
Version:
A hubot script to query aws for instance information
40 lines (39 loc) • 918 B
JSON
{
"name": "hubot-aws-bot",
"description": "A hubot script to query aws for instance information",
"version": "1.2.7",
"authors": [
"Nino D'Aversa <nino@ndaversa.com>"
],
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"slack",
"aws"
],
"repository": {
"type": "git",
"url": "git@github.com:ndaversa/hubot-aws-bot.git"
},
"bugs": {
"url": "https://github.com/ndaversa/hubot-aws-bot/issues"
},
"dependencies": {
"aws-sdk": "^2.2.38",
"coffee-script": "^1.10.0",
"cron": "^1.1.0",
"moment": "^2.11.2",
"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-aws-bot",
"devDependencies": {},
"author": "Nino D'Aversa <nino@ndaversa.com> (http://ndaversa.com)"
}