UNPKG

aws-commons

Version:

A collection of small utilities to manage AWS services and actions

46 lines (45 loc) 994 B
{ "name": "aws-commons", "version": "0.92.22", "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": "make test" }, "dependencies": { "aws-sdk": "^2.2.36", "commander": "^2.9.0", "lodash": "^4.5.0", "mime-types": "^2.1.10", "simple-node-logger": "^0.93.12", "uuid": "^3.0.0" }, "devDependencies": { "chai": "^4.1.2", "jshint": "^2.9.5", "jshint-stylish": "^2.1.1", "mocha": "^3.2.0", "random-fixture-data": "^2.0.19" }, "files": [ "index.js", "lib/", "test/mocks/", "test/fixtures/" ], "author": "darryl.west@raincitysoftware.com", "license": "Apache-2.0", "homepage": "https://github.com/darrylwest/aws-commons" }