{
  "name": "hubot-aws",
  "version": "0.6.2",
  "description": "Hubot masters aws commands",
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com/yoheimuta/hubot-aws.git"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "async": "0.9.0",
    "aws-sdk": "^2.849.0",
    "cson": "3.0.1",
    "moment": "^2.29.1",
    "tsv": "0.2.0",
    "underscore": "1.8.3"
  },
  "keywords": [
    "aws",
    "hubot",
    "hubot-scripts",
    "hubot aws",
    "hubot-aws",
    "aws-cli"
  ],
  "bugs": {
    "url": "https://github.com/yoheimuta/hubot-aws/issues"
  },
  "author": "yoheimuta <yoheimuta@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "coffee-errors": "^0.8.6",
    "coffee-script": "^1.10.0",
    "coffeelint": "^1.13.0",
    "coffeescript": "^2.5.1",
    "grunt": "^1.3.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"
  }
}
