summaryrefslogtreecommitdiff
path: root/node_modules/aws4/package.json
blob: 424598d4a1486fab90a1031f53bc9a8b22c8384b (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "aws4",
  "version": "1.11.0",
  "description": "Signs and prepares requests using AWS Signature Version 4",
  "author": "Michael Hart <michael.hart.au@gmail.com> (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"
  }
}