forked from gitterHQ/request-http-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 KB
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
45
46
{
"name": "request-http-cache",
"version": "1.0.0",
"description": "HTTP Caching extension for request-extensible",
"main": "lib/index.js",
"scripts": {
"test": "mocha test --timeout 10000"
},
"repository": {
"type": "git",
"url": "https://github.com/gitterHQ/request-http-cache.git"
},
"keywords": [
"HTTP",
"Request",
"ETag",
"request-extensible",
"caching"
],
"author": "Andrew Newdigate <andrewn@datatribe.net> (http://about.me/andrewnewdigate)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitterHQ/request-http-cache/issues"
},
"homepage": "https://github.com/gitterHQ/request-http-cache",
"devDependencies": {
"coveralls": "^2.11.2",
"gulp": "^3.8.11",
"gulp-spawn-mocha": "^2.0.1",
"mocha": "^2.1.0",
"nock": "^0.59.1",
"request": "^2.53.0",
"request-http-cache-protobuf-serializer": "^0.1.1",
"request-http-cache-snappy-compressor": "^0.1.1",
"sinon": "^1.13.0",
"speedy": "^0.1.1"
},
"dependencies": {
"debug": "^2.1.2",
"json-buffer": "^2.0.11",
"lodash": "^3.3.1",
"lru-cache": "^2.5.0",
"redis": "^0.12.1",
"wreck": "^5.2.0"
}
}