-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.06 KB
/
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
42
{
"name": "@momsfriendlydevco/express-middleware-cache",
"version": "1.1.14",
"description": "Express caching middleware using Memory/MemcacheD/Mongo etc.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MomsFriendlyDevCo/express-middleware-cache.git"
},
"keywords": [
"expressjs",
"middleware",
"cache",
"caching",
"backend"
],
"author": "Matt Carter <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MomsFriendlyDevCo/express-middleware-cache/issues"
},
"homepage": "https://github.com/MomsFriendlyDevCo/express-middleware-cache#readme",
"dependencies": {
"@momsfriendlydevco/cache": "^1.4.4",
"argy": "^1.3.1",
"async-chainable": "^2.5.3",
"timestring": "^5.0.1"
},
"devDependencies": {
"axios": "^1.2.0",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"express": "^4.16.4",
"express-log-url": "^1.3.1",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"mocha-logger": "^1.0.6"
}
}