git ssb

0+

wanderer🌟 / bls-lib



Tree: 402b1e3e1a62fb7d66e18edddf8959874d853d03

Files: 402b1e3e1a62fb7d66e18edddf8959874d853d03 / package.json

1163 bytesRaw
1{
2 "name": "bls-lib",
3 "version": "0.0.2",
4 "description": "this libary provides primitives for creating and verify BLS threshold signatures",
5 "main": "index.js",
6 "scripts": {
7 "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
8 "coverage": "nyc npm test",
9 "lint": "standard",
10 "test": "node ./tests/index.js",
11 "build:docs": "documentation build --github -f md ./index.js > ./docs/index.md"
12 },
13 "keywords": [
14 "bls",
15 "wasm",
16 "crypto"
17 ],
18 "author": "mjbecze <mjbecze@gmail.com>",
19 "license": "MPL-2.0",
20 "devDependencies": {
21 "array-shuffle": "^1.0.1",
22 "coveralls": "^3.0.0",
23 "documentation": "^5.2.0",
24 "istanbul": "^0.4.1",
25 "nyc": "^11.2.1",
26 "standard": "^10.0.0",
27 "tape": "^4.0.3"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git@github.com:wanderer/bls-lib.git"
32 },
33 "bugs": {
34 "url": "https://github.com/wanderer/bls-lib/issues"
35 },
36 "homepage": "https://github.com/wanderer/bls-lib",
37 "standard": {
38 "ignore": [
39 "/mcl/",
40 "/build/",
41 "pre.js",
42 "/bls/"
43 ]
44 },
45 "nyc": {
46 "exclude": [
47 "build"
48 ]
49 }
50}
51

Built with git-ssb-web