dpd-filebased-mongodb
Version:
run deployd without mongodb (but a jsonfile instead to store data)
24 lines (23 loc) • 506 B
JSON
{
"name": "dpd-filebased-mongodb",
"version": "1.2.8",
"description": "run deployd without mongodb (but a jsonfile instead to store data)",
"main": "index.js",
"repository": "https://www.github.com/coderofsalvation/dpd-filebased-mongodbs.git",
"keywords": [
"filebased",
"mongo",
"json",
"flatfile",
"memory"
],
"dependencies": {
"debug": "^2.3.3",
"monkeypatch": "^1.0.0"
},
"scripts": {
"test": "node test.js"
},
"author": "",
"license": "ISC"
}