UNPKG

aws4-with-assume-role

Version:
41 lines (40 loc) 886 B
{ "name": "aws4-with-assume-role", "version": "0.1.2", "description": "aws4 with assume role", "author": "Kengo Nakatsuka <kengo.nakatsuka@gmail.com>", "bugs": { "url": "https://github.com/nak2k/node-aws4-with-assume-role/issues" }, "dependencies": { "arn2": "^0.1.1", "aws4": "^1.7.0", "ini": "^2.0.0", "proxy-agent": "^4.0.1", "xml2js": "^0.4.19" }, "devDependencies": { "tape": "^5.2.2" }, "homepage": "https://github.com/nak2k/node-aws4-with-assume-role", "keywords": [ "aws", "aws4", "signature" ], "license": "MIT", "main": "lib", "repository": { "type": "git", "url": "git+https://github.com/nak2k/node-aws4-with-assume-role.git" }, "scripts": { "prepublishOnly": "npm test", "postpublish": "npm-sns", "test": "tape test/test*.js" }, "files": [ "README.md", "lib/" ] }