UNPKG

3.05 kBJSONView Raw
1{
2 "name": "aws-sdk",
3 "description": "AWS SDK for JavaScript",
4 "version": "2.7.8",
5 "author": {
6 "name": "Amazon Web Services",
7 "email": "",
8 "url": "http://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.46",
17 "browserify": "13.1.0",
18 "chai": "*",
19 "coffee-script": "1.6.3",
20 "coffeeify": "*",
21 "coveralls": "2.x",
22 "cucumber": "0.5.x",
23 "eslint": "1.x",
24 "insert-module-globals": "^7.0.0",
25 "istanbul": "*",
26 "mocha": "*",
27 "repl.history": "*",
28 "semver": "*",
29 "typescript": "2.0.8",
30 "uglify-js": "2.x"
31 },
32 "dependencies": {
33 "buffer": "4.9.1",
34 "crypto-browserify": "1.0.9",
35 "jmespath": "0.15.0",
36 "querystring": "0.2.0",
37 "sax": "1.1.5",
38 "url": "0.10.3",
39 "uuid": "3.0.0",
40 "xml2js": "0.4.15",
41 "xmlbuilder": "2.6.2"
42 },
43 "main": "lib/aws.js",
44 "browser": {
45 "lib/aws.js": "./lib/browser.js",
46 "fs": false,
47 "./global.js": "./browser.js",
48 "./lib/node_loader.js": "./lib/browser_loader.js"
49 },
50 "browserify": {
51 "transform": "./dist-tools/transform.js"
52 },
53 "directories": {
54 "lib": "lib"
55 },
56 "types": "index.d.ts",
57 "typings": "index.d.ts",
58 "engines": {
59 "node": ">= 0.8.0"
60 },
61 "repository": {
62 "type": "git",
63 "url": "git://github.com/aws/aws-sdk-js"
64 },
65 "bugs": {
66 "url": "http://github.com/aws/aws-sdk-js/issues",
67 "mail": ""
68 },
69 "license": "Apache-2.0",
70 "keywords": [
71 "api",
72 "amazon",
73 "aws",
74 "ec2",
75 "simpledb",
76 "s3",
77 "sqs",
78 "ses",
79 "sns",
80 "route53",
81 "rds",
82 "elasticache",
83 "cloudfront",
84 "fps",
85 "cloudformation",
86 "cloudwatch",
87 "dynamodb",
88 "iam",
89 "swf",
90 "autoscaling",
91 "cloudsearch",
92 "elb",
93 "loadbalancing",
94 "emr",
95 "mapreduce",
96 "importexport",
97 "storagegateway",
98 "workflow",
99 "ebs",
100 "vpc",
101 "beanstalk",
102 "glacier",
103 "kinesis",
104 "cloudtrail",
105 "waf"
106 ],
107 "scripts": {
108 "test": "npm -s run-script lint && npm -s run-script unit && npm -s run-script buildertest && npm -s run-script browsertest && ([ -f configuration ] && npm -s run-script integration || true)",
109 "unit": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'` -- test test/json test/model test/protocol test/query test/services test/signers test/xml test/s3 test/cloudfront",
110 "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- test test/json test/model test/protocol test/query test/services test/signers test/xml",
111 "browsertest": "rake browser:test",
112 "buildertest": "mocha --compilers coffee:coffee-script -s 1000 -t 10000 dist-tools/test",
113 "integration": "cucumber.js",
114 "lint": "eslint lib dist-tools/*.js",
115 "console": "./scripts/console",
116 "testfiles": "istanbul `[ $COVERAGE ] && echo 'cover _mocha' || echo 'test mocha'`",
117 "tstest": "tsc -p ./ts"
118 }
119}
\No newline at end of file