unomp-multi-hashing
Version:
node-multi-hashing
44 lines (43 loc) • 785 B
JSON
{
"name": "unomp-multi-hashing",
"version": "0.1.0",
"main": "multihashing",
"author": {
"name": "UNOMP",
"email": "steven@sigwo.com"
},
"repository": {
"type": "git",
"url": "https://github.com/UNOMP/node-multi-hashing.git"
},
"dependencies": {
"bindings": "*"
},
"keywords": [
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"yescrypt",
"sha1",
"neoscrypt",
"decrypt"
],
"scripts": {
"install": "node-gyp rebuild"
},
"gypfile": true,
"readmeFilename": "README.md",
"description": "node-multi-hashing",
"bugs": {
"url": "https://github.com/UNOMP/node-multi-hashing/issues"
}
}