package.json 700 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "http_ece",
  3. "version": "1.2.0",
  4. "description": "Encrypted Content-Encoding for HTTP",
  5. "homepage": "https://github.com/martinthomson/encrypted-content-encoding",
  6. "bugs": "https://github.com/martinthomson/encrypted-content-encoding/issues",
  7. "author": {
  8. "name": "Martin Thomson",
  9. "email": "martin.thomson@gmail.com"
  10. },
  11. "contributors": [{
  12. "name": "Marco Castelluccio",
  13. "email": "mcastelluccio@mozilla.com"
  14. }],
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/martinthomson/encrypted-content-encoding.git"
  18. },
  19. "license": "MIT",
  20. "main": "./ece.js",
  21. "scripts": {
  22. "test": "node ./test.js"
  23. },
  24. "engines": {
  25. "node": ">=16"
  26. }
  27. }