UNPKG

@celo/blind-threshold-bls

Version:
33 lines (32 loc) 678 B
{ "name": "@celo/blind-threshold-bls", "version": "1.0.0-beta", "private": false, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/celo-org/blind-threshold-bls-wasm" }, "keywords": [ "bls", "blind", "wasm", "celo" ], "collaborators": [ "nikkolasg", "Georgios Konstantopoulos" ], "files": [ "README.md", "src/blind_threshold_bls_bg.wasm", "src/blind_threshold_bls.js", "src/blind_threshold_bls_bg.js", "src/blind_threshold_bls.d.ts" ], "main": "src/blind_threshold_bls.js", "types": "src/blind_threshold_bls.d.ts", "publishConfig": { "access": "public" } }