git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Tree: 8c69b0f11212bb2c638df784054352a8f974a63b

Files: 8c69b0f11212bb2c638df784054352a8f974a63b / package.json

742 bytesRaw
1{
2 "name": "ipld-radix-tree",
3 "version": "0.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "coverage": "node --expose-wasm --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js",
8 "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
9 "lint": "standard",
10 "test": "node --expose-wasm --harmony ./tests/index.js"
11 },
12 "author": "mjbecze <mjbecze@gmail.com>",
13 "license": "MPL-2.0",
14 "keywords": [],
15 "devDependencies": {
16 "coveralls": "^2.13.1",
17 "ipfs": "^0.25.0",
18 "istanbul": "^1.1.0-alpha.1",
19 "standard": "^10.0.0",
20 "tape": "^4.6.3"
21 },
22 "dependencies": {
23 "ipld-graph-builder": "^1.2.4",
24 "text-encoding": "^0.6.4",
25 "uint1array": "^1.0.5"
26 }
27}
28

Built with git-ssb-web