artillery-plugin-aws-sigv4
Version:
A plugin for artillery.io that add an authentication header to every request that conforms to V4 of the AWS Signature Specification. See https://github.com/shoreditch-ops/artillery. Also see http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.htm
47 lines (46 loc) • 1.41 kB
JSON
{
"name": "artillery-plugin-aws-sigv4",
"version": "0.0.5",
"description": "A plugin for artillery.io that add an authentication header to every request that conforms to V4 of the AWS Signature Specification. See https://github.com/shoreditch-ops/artillery. Also see http://docs.aws.amazon.com/general/latest/gr/sigv4_signing.html.",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run jshint",
"lint": "./node_modules/.bin/standard",
"lint-fix": "./node_modules/.bin/standard --fix",
"jshint": "./node_modules/.bin/jshint --exclude node_modules --exclude test .",
"publish": "./node_modules/.bin/np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nordstrom/artillery-plugin-aws-sigv4.git"
},
"keywords": [
"artillery",
"aws",
"sigv4",
"plugin"
],
"author": "Greg Smith <greg.w.smith@nordstrom.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nordstrom/artillery-plugin-aws-sigv4/issues"
},
"homepage": "https://github.com/nordstrom/artillery-plugin-aws-sigv4#readme",
"peerDependencies": {
"aws-sdk": "^2.750.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"jshint": "^2.11.1",
"np": "^6.2.3",
"standard": "^14.3.4"
},
"jshintConfig": {
"esversion": 6,
"node": true,
"asi": true
},
"dependencies": {
"aws-sdk": "^2.751.0"
}
}