node-multi-hashing/package.json

33 lines
634 B
JSON

{
"name": "multi-hashing",
"version": "0.0.9",
"main": "multihashing",
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/zone117x/node-multi-hashing.git"
},
"dependencies" : {
"bindings" : "*",
"nan" : "1"
},
"keywords": [
"scrypt",
"scryptjane",
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue",
"sha1"
]
}