-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 836 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
36
37
{
"name": "@bonjourjohn/dbhelper",
"version": "1.0.0",
"description": "Abstract Model and Collection classes for native NodeJS Mongodb driver with cache",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"@bonjourjohn/utils": "^1.0.0",
"ioredis": "^3.2.2",
"mongodb": "^3.5.9"
},
"devDependencies": {
"mocha": "^8.0.1",
"should": "^13.2.1"
},
"scripts": {
"test": "mocha -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicolasespiau/dbhelper.git"
},
"keywords": [
"mongodb",
"ioredis",
"cache"
],
"author": "ESPIAU Nicolas",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicolasespiau/dbhelper/issues"
},
"homepage": "https://github.com/nicolasespiau/dbhelper#readme"
}