3dd3bc90fe2d02f2cecb0f0719fe411cf48e47492de7427e475f2febd7038f9e5fdeb6d5d2f392518ae59a199406ec1201f37592e5b157e82eb7342086e52f 882 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "create-hash",
  3. "version": "1.1.3",
  4. "description": "create hashes for browserify",
  5. "browser": "browser.js",
  6. "main": "index.js",
  7. "scripts": {
  8. "standard": "standard",
  9. "test": "npm run-script standard && npm run-script unit",
  10. "unit": "node test.js | tspec"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git@github.com:crypto-browserify/createHash.git"
  15. },
  16. "keywords": [
  17. "crypto"
  18. ],
  19. "author": "",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/crypto-browserify/createHash/issues"
  23. },
  24. "homepage": "https://github.com/crypto-browserify/createHash",
  25. "devDependencies": {
  26. "hash-test-vectors": "^1.3.2",
  27. "standard": "^5.3.1",
  28. "tap-spec": "^2.1.2",
  29. "tape": "^3.0.3"
  30. },
  31. "dependencies": {
  32. "cipher-base": "^1.0.1",
  33. "inherits": "^2.0.1",
  34. "ripemd160": "^2.0.0",
  35. "sha.js": "^2.4.0"
  36. }
  37. }