-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 953 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
36
37
38
39
40
41
42
43
44
45
{
"name": "connect-cachify-static",
"version": "4.0.0",
"description": "static (simpler and faster) variant of connect-cachify middleware",
"main": "index.js",
"scripts": {
"test": "make lint test"
},
"bin": {
"cachify-sum": "bin/cachify-sum"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pirxpilot/connect-cachify-static.git"
},
"keywords": [
"connect",
"middleware",
"cachify"
],
"author": "Damian Krzeminski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pirxpilot/connect-cachify-static/issues"
},
"engines": {
"node": ">= 20.1.0"
},
"dependencies": {
"debug": "~2||~3||~4",
"on-headers": "^1.0.0",
"parseurl": "~1"
},
"devDependencies": {
"@pirxpilot/jshint": "^3.0.1",
"connect": ">=2",
"serve-static": "^1.7.0",
"should": "~13"
},
"files": [
"index.js",
"bin",
"lib"
]
}