forked from hapijs/catbox-redis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "catbox-redis",
"description": "Redis adapter for catbox",
"version": "4.1.0",
"author": "Eran Hammer <eran@hammer.io> (http://hueniverse.com)",
"contributors": [
"Wyatt Preul <wpreul@gmail.com> (http://jsgeek.com)"
],
"repository": "git://github.com/hapijs/catbox-redis",
"main": "lib/index.js",
"keywords": [
"cache",
"catbox",
"redis"
],
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"hoek": "5.x.x",
"ioredis": "3.x.x"
},
"devDependencies": {
"catbox": "10.x.x",
"code": "5.x.x",
"lab": "15.x.x"
},
"scripts": {
"test": "lab -r console -t 100 -a code -L",
"test-cov-html": "lab -r html -o coverage.html -a code -L"
},
"license": "BSD-3-Clause"
}