Blake2b implemented in WASM
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

31 lines
782 B

{
"name": "blake2b-wasm",
"version": "2.4.0",
"description": "Blake2b implemented in WASM",
"main": "index.js",
"dependencies": {
"b4a": "^1.0.1",
"nanoassert": "^2.0.0"
},
"devDependencies": {
"blake2b": "^1.2.0",
"browserify": "^14.4.0",
"tape": "^4.6.3",
"wasm-tools": "^0.2.0"
},
"scripts": {
"compile": "wasm-to-js -f cjs blake2b.wat > blake2b.js",
"demo": "browserify example.js > bundle.js",
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/blake2b-wasm.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/blake2b-wasm/issues"
},
"homepage": "https://github.com/mafintosh/blake2b-wasm"
}