Files: 4d4aa45d37fc25f0759d091f2ed9005d37479164 / package.json
1281 bytesRaw
1 | { |
2 | "name": "dfinity-radix-tree", |
3 | "version": "0.0.3", |
4 | "description": "This implements a binary merkle radix tree", |
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 ./index.js --github --sort-order source -f md > ./docs/index.md" |
12 | }, |
13 | "author": "mjbecze <mjbecze@gmail.com>", |
14 | "license": "MPL-2.0", |
15 | "keywords": [ |
16 | "merkle", |
17 | "tree", |
18 | "ipfs", |
19 | "dfinity" |
20 | ], |
21 | "devDependencies": { |
22 | "coveralls": "^3.0.0", |
23 | "documentation": "^5.1.1", |
24 | "level": "^2.0.0", |
25 | "nyc": "^11.2.1", |
26 | "standard": "^10.0.0", |
27 | "tape": "^4.6.3" |
28 | }, |
29 | "dependencies": { |
30 | "borc": "^2.0.2", |
31 | "buffer-pipe": "0.0.0", |
32 | "ipld-graph-builder": "^1.3.5", |
33 | "leb128": "0.0.4", |
34 | "node-webcrypto-shim": "0.0.0", |
35 | "safe-buffer": "^5.1.1", |
36 | "text-encoding": "^0.6.4", |
37 | "uint1array": "^1.0.5" |
38 | }, |
39 | "standard": { |
40 | "ignore": [ |
41 | "/benchmark/" |
42 | ] |
43 | }, |
44 | "bugs": { |
45 | "url": "https://github.com/dfinity/js-dfinity-radix-tree/issues" |
46 | }, |
47 | "repository": { |
48 | "type": "git", |
49 | "url": "git+https://github.com/dfinity/js-dfinity-radix-tree.git" |
50 | } |
51 | } |
52 |
Built with git-ssb-web