horde-storage
Version:
HORDE storage
31 lines (30 loc) • 728 B
JSON
{
"name": "horde-storage",
"version": "1.1.8",
"description": "HORDE storage",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsypa/horde-storage.git"
},
"keywords": [
"horde"
],
"author": "Maxim Tsyplakov <maxim.tsyplakov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsypa/horde-storage/issues"
},
"homepage": "https://github.com/tsypa/horde-storage#readme",
"dependencies": {
"horde-lib": "^1.1.2",
"joi": "^9.0.0",
"js-data": "^2.9.0",
"js-data-rethinkdb": "^2.2.0",
"lodash": "^4.13.1",
"rethinkdbdash": "^2.3.16"
}
}