Spaces:
Configuration error
Configuration error
| { | |
| "name": "aws4", | |
| "version": "1.12.0", | |
| "description": "Signs and prepares requests using AWS Signature Version 4", | |
| "author": "Michael Hart <[email protected]> (https://github.com/mhart)", | |
| "license": "MIT", | |
| "repository": "github:mhart/aws4", | |
| "main": "aws4.js", | |
| "scripts": { | |
| "test": "mocha ./test/fast.js -R list", | |
| "integration": "node ./test/slow.js" | |
| }, | |
| "devDependencies": { | |
| "mocha": "^2.5.3", | |
| "should": "^8.4.0" | |
| } | |
| } | |