package.json 979 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "diffie-hellman",
  3. "version": "5.0.3",
  4. "description": "pure js diffie-hellman",
  5. "main": "index.js",
  6. "browser": "browser.js",
  7. "scripts": {
  8. "test": "node test.js | tspec"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/crypto-browserify/diffie-hellman.git"
  13. },
  14. "keywords": [
  15. "diffie",
  16. "hellman",
  17. "diffiehellman",
  18. "dh"
  19. ],
  20. "author": "Calvin Metcalf",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/crypto-browserify/diffie-hellman/issues"
  24. },
  25. "homepage": "https://github.com/crypto-browserify/diffie-hellman",
  26. "dependencies": {
  27. "bn.js": "^4.1.0",
  28. "miller-rabin": "^4.0.0",
  29. "randombytes": "^2.0.0"
  30. },
  31. "devDependencies": {
  32. "tap-spec": "^1.0.1",
  33. "tape": "^3.0.1"
  34. },
  35. "__npminstall_done": "Thu Dec 24 2020 20:20:57 GMT+0800 (CST)",
  36. "_from": "diffie-hellman@5.0.3",
  37. "_resolved": "https://registry.npm.taobao.org/diffie-hellman/download/diffie-hellman-5.0.3.tgz"
  38. }