forked from metoikos/hapi-multi-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 853 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 853 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
34
35
{
"name": "hapi-multi-mongo",
"version": "5.2.0",
"description": "Hapi mongodb connection plugin, especially for multiple connections",
"main": "lib/index.js",
"scripts": {
"test": "lab --coverage-exclude coverage -m 5000 -t 100 -a @hapi/code"
},
"repository": {
"type": "git",
"url": "git@github.com:alyne/hapi-multi-mongo.git"
},
"keywords": [
"hapi",
"mongodb"
],
"author": "bearzk",
"license": "MIT",
"bugs": {
"url": "https://github.com/alyne/hapi-multi-mongo/issues"
},
"homepage": "https://github.com/alyne/hapi-multi-mongo#readme",
"dependencies": {
"mongodb": "^4.17.0"
},
"devDependencies": {
"@hapi/boom": "^9.1.4",
"@hapi/code": "^7.0.0",
"@hapi/hapi": "^21.0.0",
"@hapi/lab": "^24.4.0"
},
"peerDependencies": {
"@hapi/hapi": "^20.x.x || ^21.0.0"
}
}