forked from CezaryDanielNowak/node-api-cache-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 860 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
{
"name": "node-api-cache-proxy",
"version": "0.6.4",
"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": {
"assert": "1.4.1",
"crypto-js": "3.1.9-1",
"filendir": "1.0.0",
"into-stream": "^4.0.0",
"object-assign": "4.1.1",
"object.omit": "2.0.0",
"raw-body": "2.3.0",
"request": "2.81.0",
"sanitize-filename": "1.6.1",
"url-querystring": "2.1.1"
}
}