UNPKG

bls-sign

Version:

BLS threshold signatures creation and verification

49 lines (48 loc) 1.44 kB
{ "name": "bls-sign", "version": "0.13.3", "description": "BLS threshold signatures creation and verification", "main": "dist/index.js", "jsnext:main": "main.mjs", "files": [ "dist" ], "scripts": { "test": "jest all.test.js", "build": "webpack --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/wa1one/bls-sign.git" }, "keywords": [ "BLS", "Signature", "Cryptography", "Threshold", "Signature" ], "author": "Vladimir Kovalchuk <vladimir.k@clever-solution.com> (https://vladimirkovalchuk8.wixsite.com/profile)", "devDependencies": { "@babel/core": "^7.12.1", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/preset-env": "^7.12.1", "babel-loader": "^8.1.0", "buffer": "^5.6.0", "crypto-browserify": "^3.12.0", "jest": "^26.5.3", "regenerator-runtime": "^0.13.7", "stream-browserify": "^3.0.0", "webpack": "^5.0.0-rc.6", "webpack-cli": "^3.3.12" }, "license": "MIT", "bugs": { "url": "https://github.com/wa1one/bls-sign/issues" }, "homepage": "https://github.com/wa1one/bls-sign#readme", "dependencies": { "alg-field": "^0.1.2", "bigint-crypto-utils": "^3.0.8" } }