forked from paulwalker/connect-static-expiry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 855 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
{
"name": "static-expiry",
"version": "1.0.0",
"description": "Connect middleware for static files that sets caching response headers as well as generates and rewrites fingerprinted urls.",
"keywords": ["nodejs", "connect", "middleware", "static", "caching", "http", "fingerprint", "fingerprinting", "urls"],
"license": "MIT",
"scripts": {
"test": "make"
},
"repository": {
"type": "git",
"url": "[email protected]:paulwalker/connect-static-expiry.git"
},
"author": "Paul Walker",
"dependencies": {
"@types/connect": "^3.4.30",
"@types/node": "^6.0.51",
"findit": "0.1.2",
"fresh": "0.3.0"
},
"devDependencies": {
"connect": "3.x.x",
"mocha": "3.x.x",
"should": "11.x.x",
"supertest": "^2.0.1"
},
"main": "index",
"typings": "index.d.ts",
"engines": {
"node": ">=4.x.x"
}
}