{ "name": "bls-lib", "version": "0.3.2", "description": "this library provides primitives for creating and verifying BLS threshold signatures", "main": "index.js", "scripts": { "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", "coverage": "nyc npm test", "lint": "standard", "test": "node ./tests/index.js", "build:docs": "documentation build --github -f md ./index.js > ./docs/index.md" }, "keywords": [ "bls", "wasm", "crypto" ], "contributors": [ "MITSUNARI Shigeo ", "mjbecze " ], "license": "MPL-2.0", "devDependencies": { "array-shuffle": "^1.0.1", "coveralls": "^3.0.0", "documentation": "^5.3.3", "nyc": "^11.3.0", "standard": "^10.0.0", "tape": "^4.0.3" }, "repository": { "type": "git", "url": "git@github.com:dfinity/js-bls-lib.git" }, "bugs": { "url": "https://github.com/dfinity/js-bls-lib/issues" }, "homepage": "https://github.com/dfinity/js-bls-lib", "standard": { "ignore": [ "/mcl/", "/build/", "pre.js", "/bls/" ] }, "nyc": { "exclude": [ "build" ] }, "dependencies": { "nop": "^1.0.0", "safe-buffer": "^5.1.1" } }