node-stratum-pool/node_modules/scrypt256-hash/package.json
Matthew Little ae475f2b76 updated
2014-01-08 15:25:38 -05:00

38 lines
1.3 KiB
JSON

{
"name": "scrypt256-hash",
"version": "0.0.3",
"main": "scrypthash",
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"repository": {
"type": "git",
"url": "http://github.com/zone117x/node-scrypt256-hash.git"
},
"dependencies": {
"bindings": "*"
},
"keywords": [
"scrypt",
"hash",
"256",
"litecoin",
"crypto",
"cryptocurrency"
],
"scripts": {
"install": "node-gyp rebuild"
},
"gypfile": true,
"readme": "node-scrypt256-hash\n===============\n\nScrypt hashing function for node.js. Useful for various cryptocurrencies.\n\nUsage\n-----\n\nInstall\n\n npm install scrypt256-hash\n\n\nHash your data\n\n var scrypt = require('scrypt256-hash');\n\n var data = new Buffer(\"hash me good bro\");\n var hashed = scrypt.digest(data); //returns a 32 byte buffer\n\n console.log(hashed);\n //<SlowBuffer 0b de 16 ef 2d 92 e4 35 65 c6 6c d8 92 d9 66 b4 3d 65 ..... >\n\nCredits\n-------\nUses scrypt.c written by Colin Percival",
"readmeFilename": "README.md",
"description": "node-scrypt256-hash ===============",
"bugs": {
"url": "https://github.com/zone117x/node-scrypt256-hash/issues"
},
"homepage": "https://github.com/zone117x/node-scrypt256-hash",
"_id": "scrypt256-hash@0.0.3",
"_from": "scrypt256-hash@"
}