зеркало из https://github.com/github/blakejs.git
24 строки
614 B
JSON
24 строки
614 B
JSON
{
|
|
"name": "blakejs",
|
|
"version": "0.4.7",
|
|
"description": "Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functions",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "standard index.js blake*.js test*.js && node test_blake2b.js && node test_blake2s.js"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "*",
|
|
"tape": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dcposch/blakejs.git"
|
|
},
|
|
"author": "",
|
|
"license": "CC0-1.0",
|
|
"bugs": {
|
|
"url": "https://github.com/dcposch/blakejs/issues"
|
|
},
|
|
"homepage": "https://github.com/dcposch/blakejs#readme"
|
|
}
|