forked from hapijs/catbox-memcached
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 867 Bytes
/
package.json
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
34
35
36
{
"name": "catbox-memcached",
"description": "Memcached adapter for catbox",
"version": "2.0.0",
"author": "Jacob Chapel <[email protected]> (http://lepahc.com)",
"contributors": [
"Eran Hammer <[email protected]> (http://hueniverse.com)",
"Tony Di Benedetto <[email protected]>"
],
"repository": "git://github.com/hapijs/catbox-memcached",
"main": "lib/index.js",
"keywords": [
"cache",
"catbox",
"memcached"
],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"boom": "7.x.x",
"hoek": "5.x.x",
"memcached": "2.x.x"
},
"devDependencies": {
"catbox": "10.x.x",
"code": "5.x.x",
"hapi": "17.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"
}