-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1004 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
{
"name": "cache-control",
"version": "2.0.0",
"description": "Express/Connect middleware to set url cache options with globs",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/ --reporter dot"
},
"repository": {
"type": "git",
"url": "[email protected]:divshot/cache-control.git"
},
"keywords": [
"divshot",
"superstatic",
"caching",
"buster"
],
"author": "Divshot",
"license": "MIT",
"bugs": {
"url": "https://github.com/divshot/cache-control/issues"
},
"homepage": "https://github.com/divshot/cache-control",
"devDependencies": {
"async": "^0.9.0",
"connect": "^3.0.2",
"mocha": "^2.0.1",
"supertest": "^0.15.0"
},
"dependencies": {
"cache-header": "^1.0.0",
"fast-url-parser": "^1.0.6-0",
"glob-slasher": "^1.0.1",
"globject": "^1.0.0",
"is-success": "^1.0.0",
"lodash.isnumber": "^2.4.1",
"on-headers": "^1.0.0",
"regular": "^0.1.6"
}
}