package.json 462 B

1234567891011121314151617
  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. }