16 lines
406 B
JSON
16 lines
406 B
JSON
|
|
{
|
||
|
|
"name": "aws4",
|
||
|
|
"version": "1.8.0",
|
||
|
|
"description": "Signs and prepares requests using AWS Signature Version 4",
|
||
|
|
"author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",
|
||
|
|
"main": "aws4.js",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/mhart/aws4.git"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"devDependencies": {
|
||
|
|
"mocha": "^2.4.5",
|
||
|
|
"should": "^8.2.2"
|
||
|
|
}
|
||
|
|
}
|