better-blockmap
Version:
Generate better blockmap files for electron-builder
27 lines • 596 B
JSON
{
"name": "better-blockmap-wasm",
"collaborators": [
"Fedor Indutny <fedor@indutny.com>"
],
"description": "Wasm wrapper around better-blockmap",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/indutny/better-blockmap-wasm"
},
"files": [
"better_blockmap_wasm_bg.wasm",
"better_blockmap_wasm.js",
"better_blockmap_wasm.d.ts",
"LICENSE-MIT"
],
"main": "better_blockmap_wasm.js",
"types": "better_blockmap_wasm.d.ts",
"keywords": [
"rabin",
"fingerprint",
"hash",
"blockmap"
]
}