{ "name": "bls-lib", "version": "0.0.1", "description": "this libary provides primitives for creating and verify BLS threshold signatures", "main": "index.js", "scripts": { "coverage": "istanbul cover ./tests/index.js", "coveralls": "npm run coverage && coveralls ./docs/index.md" }, "keywords": [ "" ], "author": "mjbecze ", "license": "MPL-2.0", "dependencies": { "defined": "^1.0.0" }, "devDependencies": { "array-shuffle": "^1.0.1", "coveralls": "^2.11.4", "documentation": "^5.2.0", "istanbul": "^0.4.1", "standard": "^10.0.0", "tape": "^4.0.3" }, "repository": { "type": "git", "url": "git@github.com:wanderer/bls-lib.git" }, "bugs": { "url": "https://github.com/wanderer/bls-lib/issues" }, "homepage": "https://github.com/wanderer/bls-lib", "standard": { "ignore": [ "/mcl/", "/build/", "pre.js", "/bls/" ] } }