tweekdb
Version:
The flat-file, in-memory, remote-sync or hybrid db that is as lightning as you configure it to be.
24 lines (23 loc) • 801 B
JSON
{
"name": "tweekdb",
"version": "1.0.4",
"description": "The flat-file, in-memory, remote-sync or hybrid db that is as lightning as you configure it to be.",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angeal185/tweekdb.git"
},
"keywords": ["db","database","lodash","json","json-db","json-database","encrypted-store", "in-memory-database", "in-memory-storage","cache-storage","flat-file-db","flat-file-storage","nosql-database"],
"author": "ben eaves",
"license": "MIT",
"bugs": {
"url": "https://github.com/angeal185/tweekdb/issues"
},
"homepage": "https://github.com/angeal185/tweekdb#readme",
"dependencies": {
"lodash": "^4.17.15"
}
}