UNPKG

megastore

Version:

An opinionated random-access-corestore factory with built-in networking.

46 lines (45 loc) 1.19 kB
{ "name": "megastore", "version": "0.9.8", "description": "An opinionated random-access-corestore factory with built-in networking.", "main": "index.js", "directories": { "lib": "lib", "test": "test" }, "dependencies": { "dat-encoding": "^5.0.1", "hypercore-crypto": "^1.0.0", "protocol-buffers-encodings": "^1.1.0", "random-access-corestore": "^0.9.0", "stream-collector": "^1.0.1", "subleveldown": "^4.0.0" }, "devDependencies": { "memdb": "^1.3.1", "random-access-memory": "^3.1.1", "random-access-file": "^2.1.1", "megastore-swarm-networking": "^1.0.2", "hyperdrive": "git+https://github.com/mafintosh/hyperdrive#v10-mounts", "standard": "^12.0.1", "tape": "^4.10.1" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/andrewosh/megastore.git" }, "keywords": [ "megastore", "random-access", "corestore" ], "author": "Andrew Osheroff <andrewosh@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/andrewosh/megastore/issues" }, "homepage": "https://github.com/andrewosh/megastore#readme" }