UNPKG

hubot-aws-v2

Version:

Hubot script to manage your AWS environment in a visually appealing and functional way.

61 lines (60 loc) 1.45 kB
{ "name": "hubot-aws-v2", "description": "Hubot script to manage your AWS environment in a visually appealing and functional way. ", "version": "0.0.9", "author": "John Szaszvari <jszaszvari@gmail.com>", "license": "MIT", "keywords": [ "hubot-scripts", "hubot", "hubot aws", "aws", "amazon-web-services", "amazon", "chatops" ], "repository": { "type": "git", "url": "git://github.com/jszaszvari/hubot-aws-v2.git" }, "bugs": { "url": "https://github.com/jszaszvari/hubot-aws-v2/issues" }, "dependencies": { "aws-sdk": "^2.82.0", "coffee-script": "^1.12.6", "moment": "^2.18.1", "tsv": "^0.2.0" }, "peerDependencies": { "hubot": "2.x" }, "devDependencies": { "chai": "^2.1.1", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-watch": "~0.6.1", "grunt-mocha-test": "~0.12.7", "grunt-release": "~0.11.0", "hubot": "2.x", "hubot-diagnostics": "0.0.1", "hubot-help": "^0.2.0", "hubot-redis-brain": "0.0.3", "hubot-rocketchat": "^1.0.8", "hubot-slack": "^4.3.4", "hubot-test-helper": "^1.3.0", "matchdep": "~0.3.0", "mocha": "^2.1.0", "q": "^1.5.0", "sinon": "^1.13.0", "sinon-chai": "^2.7.0" }, "main": "index.coffee", "scripts": { "test": "grunt test" }, "homepage": "https://github.com/jszaszvari/hubot-aws-v2#readme", "directories": { "test": "test" } }