-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 729 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 729 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
{
"name": "node-api-cache-proxy",
"version": "1.0.1",
"description": "Cache requests in nodejs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CezaryDanielNowak/node-api-cache-proxy.git"
},
"author": "Cezary Daniel Nowak",
"license": "MIT",
"bugs": {
"url": "https://github.com/CezaryDanielNowak/node-api-cache-proxy/issues"
},
"homepage": "https://github.com/CezaryDanielNowak/node-api-cache-proxy#readme",
"dependencies": {
"filendir": "^2.0.1",
"object.omit": "^3.0.0",
"raw-body": "^3.0.2",
"@cypress/request": "^3.0.10",
"sanitize-filename": "^1.6.4",
"url-querystring": "2.1.1"
}
}