UNPKG

4.49 kBJSONView Raw
1{
2 "name": "aws-sdk",
3 "description": "AWS SDK for JavaScript",
4 "version": "2.650.0",
5 "author": {
6 "name": "Amazon Web Services",
7 "email": "",
8 "url": "https://aws.amazon.com/"
9 },
10 "config": {
11 "test_args": "test test/json test/model test/protocol test/query test/services test/signers test/xml test/s3 test/cloudfront test/dynamodb test/polly test/rds test/publisher test/event-stream"
12 },
13 "homepage": "https://github.com/aws/aws-sdk-js",
14 "contributors": [
15 "Loren Segal <lsegal@amazon.com>",
16 "Trevor Rowe <trevrowe@amazon.com>"
17 ],
18 "devDependencies": {
19 "@types/node": "6.0.92",
20 "browserify": "13.1.0",
21 "chai": "^3.0",
22 "codecov": "^3.6.5",
23 "coffeeify": "*",
24 "coffeescript": "^1.12.7",
25 "cucumber": "0.5.x",
26 "eslint": "^5.8.0",
27 "hash-test-vectors": "^1.3.2",
28 "insert-module-globals": "^7.0.0",
29 "istanbul": "*",
30 "jasmine": "^2.5.3",
31 "jasmine-core": "^2.5.2",
32 "json-loader": "^0.5.4",
33 "karma": "^4.1.0",
34 "karma-chrome-launcher": "2.2.0",
35 "karma-jasmine": "^1.1.0",
36 "mocha": "^3.0.0",
37 "repl.history": "*",
38 "semver": "*",
39 "typescript": "2.0.8",
40 "uglify-js": "2.x",
41 "webpack": "^1.15.0"
42 },
43 "dependencies": {
44 "buffer": "4.9.1",
45 "events": "1.1.1",
46 "ieee754": "1.1.13",
47 "jmespath": "0.15.0",
48 "querystring": "0.2.0",
49 "sax": "1.2.1",
50 "url": "0.10.3",
51 "uuid": "3.3.2",
52 "xml2js": "0.4.19"
53 },
54 "main": "lib/aws.js",
55 "browser": {
56 "lib/aws.js": "./lib/browser.js",
57 "fs": false,
58 "./global.js": "./browser.js",
59 "./lib/node_loader.js": "./lib/browser_loader.js"
60 },
61 "browserify": {
62 "transform": "./dist-tools/transform.js"
63 },
64 "react-native": {
65 "fs": "./lib/empty.js",
66 "./lib/node_loader.js": "./lib/react-native-loader.js",
67 "./lib/browser_loader.js": "./lib/react-native-loader.js",
68 "./lib/core.js": "./dist/aws-sdk-core-react-native.js",
69 "xml2js": "./dist/xml2js.js"
70 },
71 "directories": {
72 "lib": "lib"
73 },
74 "types": "index.d.ts",
75 "typings": "index.d.ts",
76 "engines": {
77 "node": ">= 0.8.0"
78 },
79 "repository": {
80 "type": "git",
81 "url": "git://github.com/aws/aws-sdk-js"
82 },
83 "bugs": {
84 "url": "https://github.com/aws/aws-sdk-js/issues",
85 "mail": ""
86 },
87 "license": "Apache-2.0",
88 "keywords": [
89 "api",
90 "amazon",
91 "aws",
92 "ec2",
93 "simpledb",
94 "s3",
95 "sqs",
96 "ses",
97 "sns",
98 "route53",
99 "rds",
100 "elasticache",
101 "cloudfront",
102 "fps",
103 "cloudformation",
104 "cloudwatch",
105 "dynamodb",
106 "iam",
107 "swf",
108 "autoscaling",
109 "cloudsearch",
110 "elb",
111 "loadbalancing",
112 "emr",
113 "mapreduce",
114 "importexport",
115 "storagegateway",
116 "workflow",
117 "ebs",
118 "vpc",
119 "beanstalk",
120 "glacier",
121 "kinesis",
122 "cloudtrail",
123 "waf"
124 ],
125 "scripts": {
126 "test": "node ./scripts/composite-test.js",
127 "unit": "mocha -- $npm_package_config_test_args",
128 "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --reporter=lcovonly -- $npm_package_config_test_args",
129 "browsertest": "rake browser:test && karma start",
130 "buildertest": "mocha --require coffeescript/register -s 1000 -t 10000 dist-tools/test/*.coffee",
131 "integration": "cucumber.js",
132 "lint": "eslint lib test dist-tools/*.js",
133 "console": "./scripts/console",
134 "testfiles": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'`",
135 "tstest": "npm -s run-script build-typings && tsc -p ./ts",
136 "build-typings": "node ./scripts/typings-generator.js",
137 "add-change": "node ./scripts/changelog/add-change.js",
138 "build-react-native-deps": "webpack --config dist-tools/webpack.config.rn-dep.js",
139 "build-react-native-core": "webpack --config dist-tools/webpack.config.rn-core.js",
140 "build-react-native-dist": "webpack --config dist-tools/webpack.config.rn.js",
141 "build-react-native": "npm -s run-script build-react-native-deps && npm -s run-script build-react-native-core && npm -s run-script build-react-native-dist",
142 "react-native-test": "npm -s run-script build-react-native && rake reactnative:test && karma start",
143 "region-check": "node ./scripts/region-checker/index.js",
144 "translate-api-test": "mocha scripts/lib/translate-api.spec.js",
145 "typings-generator-test": "mocha scripts/lib/prune-shapes.spec.js",
146 "helper-test": "mocha scripts/lib/test-helper.spec.js",
147 "csm-functional-test": "mocha test/publisher/functional_test"
148 }
149}
\No newline at end of file