bp-memory-db
Version:
An in memory data storage objejct that simulates database behaviours
26 lines (25 loc) • 568 B
JSON
{
"name": "bp-memory-db",
"version": "1.1.6",
"description": "An in memory data storage objejct that simulates database behaviours",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/BuyPro/MemoryDB.git"
},
"keywords": [
"BuyPro",
"Database",
"Data"
],
"author": "Louis Capitanchik",
"license": "ISC",
"bugs": {
"url": "https://github.com/BuyPro/MemoryDB/issues"
},
"homepage": "https://github.com/BuyPro/MemoryDB",
"dependencies": {
"bp-utilities": "^1.3.2",
"q": "^1.2.0"
}
}