Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MR414N-ID
GitHub Repository: MR414N-ID/botku2
Path: blob/master/node_modules/aws4/package.json
1126 views
1
{
2
"name": "aws4",
3
"version": "1.11.0",
4
"description": "Signs and prepares requests using AWS Signature Version 4",
5
"author": "Michael Hart <[email protected]> (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": "^2.5.3",
15
"should": "^8.4.0"
16
}
17
}
18
19