web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
462 B

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