git ssb

0+

wanderer🌟 / bls-lib



Tree: 72d9f476f30bb34da8cbf656dbc4dc9913da7ef5

Files: 72d9f476f30bb34da8cbf656dbc4dc9913da7ef5 / package.json

1054 bytesRaw
1{
2 "name": "bls-lib",
3 "version": "0.0.1",
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 ""
15 ],
16 "author": "mjbecze <mjbecze@gmail.com>",
17 "license": "MPL-2.0",
18 "devDependencies": {
19 "array-shuffle": "^1.0.1",
20 "documentation": "^5.2.0",
21 "istanbul": "^0.4.1",
22 "nyc": "^11.2.1",
23 "standard": "^10.0.0",
24 "tape": "^4.0.3"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git@github.com:wanderer/bls-lib.git"
29 },
30 "bugs": {
31 "url": "https://github.com/wanderer/bls-lib/issues"
32 },
33 "homepage": "https://github.com/wanderer/bls-lib",
34 "standard": {
35 "ignore": [
36 "/mcl/",
37 "/build/",
38 "pre.js",
39 "/bls/"
40 ]
41 }
42}
43

Built with git-ssb-web