mirror of
https://github.com/scratchfoundation/aws-sts-helper.git
synced 2024-12-03 04:17:06 -05:00
23 lines
688 B
JSON
23 lines
688 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|