@hapi/catbox-memcached
Version:
Memcached adapter for catbox
36 lines (35 loc) • 782 B
JSON
{
"name": "@hapi/catbox-memcached",
"description": "Memcached adapter for catbox",
"version": "4.0.0",
"repository": "git://github.com/hapijs/catbox-memcached",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"cache",
"catbox",
"memcached"
],
"eslintConfig": {
"extends": [
"plugin:@hapi/module"
]
},
"dependencies": {
"@hapi/hoek": "^10.0.0",
"memcache-client": "^1.0.1"
},
"devDependencies": {
"@hapi/catbox": "^12.0.0",
"@hapi/code": "^9.0.0",
"@hapi/eslint-plugin": "^6.0.0",
"@hapi/lab": "^25.0.1"
},
"scripts": {
"test": "lab -r console -t 100 -a @hapi/code -L -m 15000",
"test-cov-html": "lab -r html -o coverage.html -a @hapi/code -L"
},
"license": "BSD-3-Clause"
}