UNPKG

mpdb

Version:

Mpdb a persistent in memory database

36 lines (35 loc) 717 B
{ "name": "mpdb", "version": "1.1.1", "description": "Mpdb a persistent in memory database", "main": "index.js", "scripts": { "test": "node ./test/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/AlexanderElias/mpdb.git" }, "keywords": [ "database", "memory", "persist", "db", "mem", "in" ], "author": "Alexander Elias", "license": "MPL-2.0", "bugs": { "url": "https://github.com/AlexanderElias/mpdb/issues" }, "homepage": "https://github.com/AlexanderElias/mpdb#readme", "dependencies": { "cycni": "^1.1.8", "fsep": "^1.4.0", "uuid": "^3.0.1" }, "devDependencies": { "promise-tool": "^1.0.1" } }