@energicryptocurrency/unomp-multi-hashing
Version:
50 lines (49 loc) • 915 B
JSON
{
"name": "@energicryptocurrency/unomp-multi-hashing",
"version": "2.0.0",
"main": "multihashing",
"author": {
"name": "zone117x"
},
"contributors": [
{
"name": "Energi Core Team"
}
],
"repository": {
"type": "git",
"url": "https://github.com/energicryptocurrency/node-multi-hashing.git"
},
"dependencies": {
"bindings": "*",
"nan": "*"
},
"keywords": [
"nrghash",
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"yescrypt",
"sha1",
"neoscrypt",
"decrypt"
],
"scripts": {
"install": "node-gyp configure build"
},
"gypfile": true,
"readmeFilename": "README.md",
"description": "unomp-multi-hashing",
"bugs": {
"url": "https://github.com/energicryptocurrency/node-multi-hashing/issues"
}
}