crypto-hashing-js
Version:
This is a library for hashing Strings
30 lines (29 loc) • 703 B
JSON
{
"name": "crypto-hashing-js",
"version": "1.1.1",
"description": "This is a library for hashing Strings",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/majid-2002/String-Hashing.git"
},
"keywords": [
"hashing",
"string-hashing",
"crypto-hashing-js"
],
"author": "Abdul Majid",
"license": "ISC",
"bugs": {
"url": "https://github.com/majid-2002/String-Hashing/issues"
},
"homepage": "https://github.com/majid-2002/String-Hashing#readme",
"dependencies": {
"blake2s-js": "^1.3.0",
"crypto-js": "^4.1.1",
"sha3": "^2.1.4"
}
}