content-store
Version:
Content server with file upload, automatic hashing and hash based naming scheme.
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "content-store",
"version": "1.0.0",
"description": "Content server with file upload, automatic hashing and hash based naming scheme.",
"main": "index.js",
"scripts": {
"test": "mocha test/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heroqu/node-content-store.git"
},
"keywords": [
"content store",
"content addressable store",
"blob store",
"http server",
"file server",
"hash",
"upload",
"restify",
"multiparty",
"multipart/form-data"
],
"author": "Heroqu",
"license": "MIT",
"bugs": {
"url": "https://github.com/heroqu/node-content-store/issues"
},
"homepage": "https://github.com/heroqu/node-content-store#readme",
"dependencies": {
"fs-extra": "^7.0.0",
"hash-through": "^0.1.16",
"morgan": "^1.9.1",
"multiparty": "^4.2.1",
"restify": "^6.4.0",
"restify-errors": "^6.1.1"
},
"devDependencies": {
"@offirmo/random": "^2.0.4",
"chai": "^4.2.0",
"metrohash": "^2.5.0",
"mocha": "^5.2.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"stream-generator": "^0.1.14"
}
}