UNPKG

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