smartdb-stdcacheproviders
Version:
Standard cache providers for the smartDb library
29 lines (28 loc) • 709 B
JSON
{
"name": "smartdb-stdcacheproviders",
"version": "9.0.0",
"description": "Standard cache providers for the smartDb library",
"keywords": [
"smartdb"
],
"author": "Calle Arnesten <calle.arnesten@codekick.com>",
"type": "module",
"main": "./index.js",
"dependencies": {
"clone": "^2.1.2"
},
"devDependencies": {
"bocha": "^2.1.0"
},
"scripts": {
"test": "node test/runAll.js"
},
"repository": {
"type": "git",
"url": "https://github.com/arnesten/smartdb-stdcacheproviders"
},
"bugs": {
"url": "https://github.com/arnesten/smartdb-stdcacheproviders/issues"
},
"license": "MIT"
}