UNPKG

994 BJSONView Raw
1{
2 "name": "aws-commons",
3 "version": "0.92.22",
4 "description": "A collection of small utilities to manage AWS services and actions",
5 "main": "./index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/darrylwest/aws-commons.git"
9 },
10 "keywords": [
11 "s3",
12 "ses",
13 "sns",
14 "publish/subscribe",
15 "email",
16 "notification"
17 ],
18 "scripts": {
19 "test": "make test"
20 },
21 "dependencies": {
22 "aws-sdk": "^2.2.36",
23 "commander": "^2.9.0",
24 "lodash": "^4.5.0",
25 "mime-types": "^2.1.10",
26 "simple-node-logger": "^0.93.12",
27 "uuid": "^3.0.0"
28 },
29 "devDependencies": {
30 "chai": "^4.1.2",
31 "jshint": "^2.9.5",
32 "jshint-stylish": "^2.1.1",
33 "mocha": "^3.2.0",
34 "random-fixture-data": "^2.0.19"
35 },
36 "files": [
37 "index.js",
38 "lib/",
39 "test/mocks/",
40 "test/fixtures/"
41 ],
42 "author": "darryl.west@raincitysoftware.com",
43 "license": "Apache-2.0",
44 "homepage": "https://github.com/darrylwest/aws-commons"
45}