{
  "name": "aws-deployer",
  "version": "0.0.5",
  "description": "Handles automated deployment to all servers in an AWS autoscaling group.",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "author": "jasonfill@gmail.com",
  "license": "MIT",
  "dependencies": {
    "async": "^1.4.0",
    "aws-sdk": "^2.1.44",
    "lodash": "^3.10.1",
    "node-uuid": "^1.4.3",
    "osenv": "^0.1.3",
    "ssh2shell": "^1.4.1"
  },
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/jasonfill/aws-deployer.git"
  }
}
