{ "name": "merkle-radix-tree", "version": "0.0.0", "description": "This implements a binary merkle radix tree", "main": "index.js", "scripts": { "coverage": "node ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", "coveralls": "npm run coverage && coveralls ", "license": "MPL-2.0", "keywords": ["merkle", "tree", "ipfs"], "devDependencies": { "coveralls": "^2.13.1", "ipfs": "^0.25.0", "istanbul": "^1.1.0-alpha.1", "standard": "^10.0.0", "tape": "^4.6.3" }, "dependencies": { "ipld-graph-builder": "^1.2.4", "text-encoding": "^0.6.4", "uint1array": "^1.0.5" } }