UNPKG

orbit-db-mfsstore

Version:

MFS backed Key-Value Store for orbit-db

33 lines (32 loc) 793 B
{ "name": "orbit-db-mfsstore", "version": "0.0.11", "description": "MFS backed Key-Value Store for orbit-db", "main": "src/MfsStore.js", "homepage": "https://gitlab.com/ptoner/orbit-db-mfsstore", "bugs": "https://gitlab.com/ptoner/orbit-db-mfsstore/issues", "scripts": { "test": "mocha --timeout 1000000" }, "keywords": [ "orbit-db", "orbitdb", "kv", "key-value" ], "author": "Patrick Toner", "contributors": [], "license": "MIT", "dependencies": { "orbit-db-store": "4.0.1", "it-to-buffer": "1.0.2", "it-all": "1.0.2", "immutable-sorted": "0.2.11", "fast-json-stable-stringify": "2.1.0" }, "devDependencies": { "ipfs": "0.52.3", "mocha": "7.1.2", "orbit-db": "0.26.0" } }