source: trip-planner-front/node_modules/aws4/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 462 bytes
Line 
1{
2 "name": "aws4",
3 "version": "1.11.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": "^2.5.3",
15 "should": "^8.4.0"
16 }
17}
Note: See TracBrowser for help on using the repository browser.