postgres-blob-store
Version:
postgres implementation of abstract-blob-store
37 lines (36 loc) • 837 B
JSON
{
"name": "postgres-blob-store",
"version": "3.0.0",
"description": "postgres implementation of abstract-blob-store",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/finnp/postgres-blob-store.git"
},
"keywords": [
"blob-store",
"blob",
"postgres"
],
"author": "Finn Pauls",
"license": "MIT",
"bugs": {
"url": "https://github.com/finnp/postgres-blob-store/issues"
},
"homepage": "https://github.com/finnp/postgres-blob-store",
"dependencies": {
"JSONStream": "^0.9.0",
"base64-stream": "^0.1.2",
"length-stream": "^0.1.1",
"pg-copy-streams": "^0.2.4",
"pg-escape": "0.0.3",
"pg.js": "^3.4.2"
},
"devDependencies": {
"abstract-blob-store": "^3.2.0",
"tape": "^2.14.0"
}
}