-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 764 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 764 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
31
32
33
34
35
{
"name": "koa-cache-control",
"version": "2.0.0",
"description": "Middleware for meddling with Cache-Control headers",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "eslint .",
"coverage": "istanbul cover _mocha -- -R dot"
},
"repository": {
"type": "git",
"url": "https://github.com/DaMouse404/koa-cache-control"
},
"keywords": [
"Koa",
"cache",
"cache-control",
"no-cache"
],
"author": "Christopher Sidebottom",
"license": "MIT",
"bugs": {
"url": "https://github.com/DaMouse404/koa-cache-headers/issues"
},
"devDependencies": {
"eslint": "^6.6.0",
"istanbul": "^0.4.3",
"koa": "^2.0.0",
"mocha": "^3.0.2",
"supertest": "^3.0.0"
},
"dependencies": {
}
}