forked from v4l3r10/node-cache-manager-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 770 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
{
"name": "cache-manager-mongodb",
"version": "0.3.0",
"description": "Mongodb store for the node-cache-manager",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/v4l3r10/node-cache-manager-mongodb.git"
},
"keywords": [
"cache",
"mongodb",
"cache manager",
"multiple cache"
],
"author": "V4l3r10",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.3",
"cache-manager": "^3.4.3",
"lodash": "^4.17.15",
"mongodb": "^3.6.6"
},
"devDependencies": {
"cache-manager": "^3.4.0",
"grunt": "^1.0.4",
"grunt-contrib-jshint": "^3.0.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.2.1"
}
}