hubot-aws-cfpb
Version:
CFPB-specific Hubot aws commands. Forked from the excellent https://github.com/yoheimuta/hubot-aws/ and heavily modified for our particular usage needs
51 lines (50 loc) • 1.3 kB
JSON
{
"name": "hubot-aws-cfpb",
"version": "1.1.13",
"description": "CFPB-specific Hubot aws commands. Forked from the excellent https://github.com/yoheimuta/hubot-aws/ and heavily modified for our particular usage needs",
"repository": {
"type": "git",
"url": "https://github.com/cfpb/hubot-aws-cfpb.git"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "0.9.0",
"aws-sdk": "2.1.23",
"cson": "3.0.1",
"markdown-table": "1.1.1",
"moment": "2.20.1",
"quick-gist": "^1.3.1",
"tsv": "0.2.0",
"underscore": "1.8.3",
"validator": "10.1.0"
},
"keywords": [
"aws",
"hubot",
"hubot-scripts",
"hubot aws",
"aws-cli"
],
"bugs": {
"url": "https://github.com/cfpb/hubot-aws-cfpb/issues"
},
"license": "CC0",
"devDependencies": {
"coffee-errors": "^0.8.6",
"coffee-script": "^1.10.0",
"coffeelint": "^1.13.0",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsonlint": "^1.0.4",
"grunt-notify": "^0.4.1",
"grunt-release": "^0.13.0",
"grunt-simple-mocha": "^0.4.0",
"matchdep": "^1.0.0",
"sinon": "^1.17.1"
},
"readmeFilename": "README.md",
"homepage": "https://github.com/cfpb/hubot-aws-cfpb"
}