{
  "name": "grunt-niteo-awscloudformation",
  "version": "0.0.2",
  "description": "A grunt plugin to help manipulate AWS Cloud Formation stacks",
  "scripts": {
    "test": "grunt"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NiteoSoftware/grunt-niteo-awscloudformation.git"
  },
  "engines": {
    "node": ">0.8.0"
  },
  "author": "Niteo Software",
  "license": "MIT",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-coffee": "^0.12.0",
    "grunt-mocha-test": "^0.12.4",
    "should": "^4.4.2",
    "sinon": "^1.12.2"
  },
  "dependencies": {
    "aws-sdk": "^2.1.4",
    "colors": "^1.0.3",
    "lodash": "^2.4.1",
    "moment": "^2.8.4",
    "niteoaws": "^0.0",
    "q": "^1.1.2",
    "string": "^3.0.0"
  }
}
