package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "name": "aws4",
  3. "version": "1.7.0",
  4. "description": "Signs and prepares requests using AWS Signature Version 4",
  5. "author": "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)",
  6. "main": "aws4.js",
  7. "keywords": [
  8. "amazon",
  9. "aws",
  10. "signature",
  11. "s3",
  12. "ec2",
  13. "autoscaling",
  14. "cloudformation",
  15. "elasticloadbalancing",
  16. "elb",
  17. "elasticbeanstalk",
  18. "cloudsearch",
  19. "dynamodb",
  20. "kinesis",
  21. "lambda",
  22. "glacier",
  23. "sqs",
  24. "sns",
  25. "iam",
  26. "sts",
  27. "ses",
  28. "swf",
  29. "storagegateway",
  30. "datapipeline",
  31. "directconnect",
  32. "redshift",
  33. "opsworks",
  34. "rds",
  35. "monitoring",
  36. "cloudtrail",
  37. "cloudfront",
  38. "codedeploy",
  39. "elasticache",
  40. "elasticmapreduce",
  41. "elastictranscoder",
  42. "emr",
  43. "cloudwatch",
  44. "mobileanalytics",
  45. "cognitoidentity",
  46. "cognitosync",
  47. "cognito",
  48. "containerservice",
  49. "ecs",
  50. "appstream",
  51. "keymanagementservice",
  52. "kms",
  53. "config",
  54. "cloudhsm",
  55. "route53",
  56. "route53domains",
  57. "logs"
  58. ],
  59. "repository": {
  60. "type": "git",
  61. "url": "https://github.com/mhart/aws4.git"
  62. },
  63. "license": "MIT",
  64. "devDependencies": {
  65. "mocha": "^2.4.5",
  66. "should": "^8.2.2"
  67. },
  68. "scripts": {
  69. "test": "mocha ./test/fast.js ./test/slow.js -b -t 100s -R list"
  70. },
  71. "_from": "aws4@1.7.0",
  72. "_resolved": "http://registry.npm.taobao.org/aws4/download/aws4-1.7.0.tgz"
  73. }