-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 884 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
37
38
39
40
41
{
"name": "catbox-rethinkdb",
"description": "RethinkDB adapter for catbox",
"version": "1.2.0",
"author": "Brandon Martin <[email protected]>",
"main": "index.js",
"homepage": "https://github.com/codedmart/catbox-rethinkdb",
"repository": {
"type": "git",
"url": "git://github.com/codedmart/catbox-rethinkdb"
},
"keywords": [
"cache",
"catbox",
"rethinkdb"
],
"bugs": {
"url": "https://github.com/codedmart/catbox-rethinkdb/issues"
},
"engines": {
"node": ">=0.10.30"
},
"dependencies": {
"rethinkdbdash": "2.x.x",
"hoek": "2.x.x"
},
"devDependencies": {
"catbox": "4.x.x",
"lab": "5.x.x",
"code": "1.x.x"
},
"scripts": {
"test": "make test"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/codedmart/catbox-rethinkdb/raw/master/LICENSE"
}
]
}