skim-blob-store
Version:
Blob store that will read from a remote blob store and cache it to a local one
34 lines (33 loc) • 753 B
JSON
{
"name": "skim-blob-store",
"version": "1.1.0",
"description": "Blob store that will read from a remote blob store and cache it to a local one",
"main": "index.js",
"dependencies": {
"debug": "^1.0.4",
"duplexify": "^3.1.2",
"pump": "^0.3.5"
},
"devDependencies": {
"abstract-blob-store": "^3.2.0",
"tape": "^2.14.0"
},
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/skim-blob-store"
},
"keywords": [
"blobs",
"dat",
"skim"
],
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/skim-blob-store/issues"
},
"homepage": "https://github.com/mafintosh/skim-blob-store"
}