UNPKG

463 BJSONView Raw
1{
2 "name": "aws4",
3 "version": "1.10.0",
4 "description": "Signs and prepares requests using AWS Signature Version 4",
5 "author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)",
6 "license": "MIT",
7 "repository": "github:mhart/aws4",
8 "main": "aws4.js",
9 "scripts": {
10 "test": "mocha ./test/fast.js -R list",
11 "integration": "node ./test/slow.js"
12 },
13 "devDependencies": {
14 "mocha": "^7.1.2",
15 "should": "^13.2.3"
16 }
17}