{ "name": "ipld-raw", "version": "4.0.1", "description": "JavaScript implementation of the IPLD raw format.", "leadMaintainer": "Volker Mische ", "main": "src/index.js", "scripts": { "test": "aegir test", "test:browser": "aegir test --target browser", "test:node": "aegir test --target node", "lint": "aegir lint", "release": "aegir release", "release-minor": "aegir release --type minor", "release-major": "aegir release --type major", "build": "aegir build" }, "pre-push": [ "lint", "test" ], "repository": { "type": "git", "url": "git+https://github.com/ipld/js-ipld-raw.git" }, "contributors": [ "Alan Shaw ", "David Dias ", "Garren Smith ", "Richard Schneider ", "Victor Bjelkholm ", "Volker Mische ", "greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>", "greenkeeper[bot] ", "kumavis ", "kumavis " ], "license": "MIT", "bugs": { "url": "https://github.com/ipld/js-ipld-raw/issues" }, "homepage": "https://github.com/ipld/js-ipld-raw#readme", "dependencies": { "cids": "~0.7.0", "multicodec": "^1.0.0", "multihashing-async": "~0.8.0" }, "devDependencies": { "aegir": "^20.0.0", "chai": "^4.1.2", "dirty-chai": "^2.0.1", "multihashes": "~0.4.12" } }