node-multi-hashing/package.json

31 lines
597 B
JSON
Raw Normal View History

2014-03-30 10:04:48 +02:00
{
"name": "multi-hashing",
2014-04-18 01:56:26 +02:00
"version": "0.0.8",
2014-03-30 10:04:48 +02:00
"main": "multihashing",
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/zone117x/node-multi-hashing.git"
},
"dependencies" : {
"bindings" : "*"
},
"keywords": [
"scrypt",
2014-03-30 10:12:48 +02:00
"scryptjane",
2014-03-30 10:04:48 +02:00
"script-n",
"x11",
"quark",
"keccak_hash",
"skein",
"bcrypt",
"keccak",
"blake",
"shavite",
"fugue"
]
2014-04-18 01:56:26 +02:00
}