{
  "name": "aws-commons",
  "version": "0.90.71",
  "description": "A collection of small utilities to manage AWS services and actions",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/darrylwest/aws-commons.git"
  },
  "keywords": [
    "s3",
    "ses",
    "sns",
    "publish/subscribe",
    "email",
    "notification"
  ],
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "aws-sdk": "^2.0.17",
    "casual": "^1.4.5",
    "commander": "^2.2.0",
    "lodash": "~2.4.1",
    "mime-types": "^2.0.0",
    "node-uuid": "~1.4.1",
    "simple-node-logger": "^0.92.11"
  },
  "devDependencies": {
    "chai": "~1.8.1",
    "express-mocks-http": "0.0.11",
    "grunt": "~0.4.2",
    "grunt-concurrent": "~0.3.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-mocha-test": "~0.8.1",
    "grunt-nsp-package": "0.0.5",
    "jshint-stylish": "~0.1.3",
    "load-grunt-tasks": "~0.1.0",
    "mocha": "~1.16.2",
    "time-grunt": "~0.1.1"
  },
  "author": "darryl.west@raincitysoftware.com",
  "license": "Apache 2.0",
  "homepage": "https://github.com/darrylwest/aws-commons"
}
