{ "name": "aws-sts-helper", "version": "1.0.0", "description": "Facilitates gathering temporary security tokens from the AWS STS (Security Token Service) and then using that token information for interacting with AWS APIs", "repository": { "type": "git", "url": "git+ssh://git@github.com/LLK/aws-sts-helper.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Massachusetts Institute of Technology", "license": "BSD-3-Clause", "devDependencies": { "babel-eslint": "^8.0.3", "eslint": "^4.13.1", "eslint-config-scratch": "^5.0.0", "tap": "^11.0.0" }, "dependencies": { "aws-sdk": "~2.166.0" } }