{
  "name": "hubot-aws-insight",
  "description": "A hubot scripts that shows you what's running on aws. Needs Python 3",
  "version": "0.4.0",
  "author": "Farid Nouri Neshat <FaridN_SOAD@Yahoo.com>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "AWS"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.olindata.com/olindata/hubot-aws-insight.git"
  },
  "bugs": {
    "url": "https://gitlab.olindata.com/olindata/hubot-aws-insight/issues"
  },
  "dependencies": {
    "aws-sdk": "^2.127.0",
    "color-hash": "^1.0.3",
    "json-stream": "^1.0.0",
    "p-batch": "^1.0.0",
    "s3-lambda": "^5.1.8"
  },
  "peerDependencies": {
    "hubot": "2.x"
  },
  "devDependencies": {
    "chai": "^4.1.0",
    "chai-wildcard": "^0.1.0",
    "coffee-script": "^1.12.7",
    "hubot": "2.x",
    "hubot-test-helper": "^1.3.0",
    "matcher": "^1.0.0",
    "mocha": "^3.4.2",
    "sinon": "^2.4.1",
    "sinon-chai": "^2.7.0"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "mocha",
    "postinstall": "pip3 install https://github.com/scopely-devops/skew/archive/73848f1.zip -t pip && mkdir -p tmp"
  }
}
