UNPKG

lambdaws

Version:

AWS lambda functions made easy

130 lines (129 loc) 3.22 kB
{ "name": "aws-sdk", "description": "AWS SDK for JavaScript", "version": "2.1.6", "author": { "name": "Amazon Web Services", "url": "http://aws.amazon.com/" }, "homepage": "https://github.com/aws/aws-sdk-js", "contributors": [ { "name": "Loren Segal", "email": "lsegal@amazon.com" }, { "name": "Trevor Rowe", "email": "trevrowe@amazon.com" } ], "devDependencies": { "repl.history": "*", "semver": "*", "coffee-script": "1.6.3", "eslint": "*", "cucumber": "*", "coffeeify": "*", "browserify": "3.x", "uglify-js": "2.x", "mocha": "*", "chai": "*", "istanbul": "*", "coveralls": "2.x" }, "dependencies": { "xml2js": "0.2.6", "xmlbuilder": "0.4.2" }, "main": "lib/aws.js", "browser": "lib/browser.js", "browserify": { "transform": "./dist-tools/transform.js" }, "directories": { "lib": "lib" }, "engines": { "node": ">= 0.8.0" }, "repository": { "type": "git", "url": "git://github.com/aws/aws-sdk-js" }, "bugs": { "url": "http://github.com/aws/aws-sdk-js/issues" }, "licenses": [ { "type": "Apache 2.0", "url": "http://github.com/aws/aws-sdk-js/raw/master/LICENSE.txt" } ], "keywords": [ "api", "amazon", "aws", "ec2", "simpledb", "s3", "sqs", "ses", "sns", "route53", "rds", "elasticache", "cloudfront", "fps", "cloudformation", "cloudwatch", "dynamodb", "iam", "swf", "autoscaling", "cloudsearch", "elb", "loadbalancing", "emr", "mapreduce", "importexport", "storagegateway", "workflow", "ebs", "vpc", "beanstalk", "glacier", "kinesis", "cloudtrail" ], "scripts": { "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)", "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", "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- test test/json test/model test/protocol test/query test/services test/signers test/xml", "browsertest": "rake browser:test", "buildertest": "mocha --compilers coffee:coffee-script -s 1000 -t 10000 dist-tools/test", "integration": "cucumber.js", "lint": "eslint lib dist-tools/*.js", "console": "./scripts/console" }, "gitHead": "fc04887905f4a8dca1a96e1799c2f8bedab1cd01", "_id": "aws-sdk@2.1.6", "_shasum": "aac0f1beb629530ef2c5cb010b95ecf291aebdbb", "_from": "aws-sdk@2.1.6", "_npmVersion": "1.4.28", "_npmUser": { "name": "aws", "email": "trevrowe@gmail.com" }, "maintainers": [ { "name": "aws", "email": "trevrowe@amazon.com" } ], "dist": { "shasum": "aac0f1beb629530ef2c5cb010b95ecf291aebdbb", "tarball": "http://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1.6.tgz" }, "_resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1.6.tgz", "readme": "ERROR: No README data found!" }