forked from v4l3r10/node-cache-manager-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (29 loc) · 656 Bytes
/
package.json
File metadata and controls
30 lines (29 loc) · 656 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
{
"name": "cache-manager-mongodb",
"version": "0.1.6",
"description": "Mongodb store for the node-cache-manager",
"main": "index.js",
"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": {
"cache-manager": "^1.1.0",
"mongodb": "^2.0.42",
"mongodb-uri": "^0.9.7"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"jshint-stylish": "^1.0.2",
"load-grunt-tasks": "^2.0.0"
}
}