node-multi-hashing/package.json

33 lines
634 B
JSON
Raw Permalink Normal View History

2014-03-30 10:04:48 +02:00
{
"name": "multi-hashing",
2014-05-13 16:25:14 +02:00
"version": "0.0.9",
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" : "*",
"nan" : "1"
2014-03-30 10:04:48 +02:00
},
"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",
2014-05-01 10:37:03 +02:00
"fugue",
2014-06-13 12:08:50 +02:00
"sha1"
2014-03-30 10:04:48 +02:00
]
2014-04-18 01:56:26 +02:00
}