UNPKG

724 BJSONView Raw
1{
2 "name": "catbox-memory",
3 "description": "Memory adapter for catbox",
4 "version": "1.0.2",
5 "author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)",
6 "contributors": [
7 "Wyatt Preul <wpreul@gmail.com> (http://jsgeek.com)"
8 ],
9 "repository": "git://github.com/spumko/catbox-memory",
10 "main": "index",
11 "keywords": [
12 "cache",
13 "catbox",
14 "memory"
15 ],
16 "engines": {
17 "node": ">=0.10.22"
18 },
19 "dependencies": {
20 "hoek": "2.x.x"
21 },
22 "devDependencies": {
23 "catbox": "2.x.x",
24 "lab": "3.x.x"
25 },
26 "scripts": {
27 "test": "make test-cov"
28 },
29 "licenses": [
30 {
31 "type": "BSD",
32 "url": "http://github.com/spumko/catbox-memory/raw/master/LICENSE"
33 }
34 ]
35}