-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
41 lines (41 loc) · 943 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
{
"name": "superagent-cache-plugin",
"version": "3.0.0-beta.1",
"description": "Superagent with flexible built-in caching.",
"main": "index.js",
"devDependencies": {
"superagent": "3.x",
"cache-service-cache-module": "1.x",
"es6-promise": "3.0.2",
"expect": "1.6.0",
"express": ">=3.11.0",
"mocha": "1.13.0",
"mock-localstorage": "0.1.3"
},
"scripts": {
"test": "bin/tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpodwys/superagent-cache-plugin.git"
},
"author": "jpodwys",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpodwys/superagent-cache-plugin/issues"
},
"homepage": "https://github.com/jpodwys/superagent-cache-plugin#readme",
"directories": {
"test": "test"
},
"keywords": [
"superagent",
"cache",
"plugin",
"browser",
"node"
],
"dependencies": {
"http-cache-semantics": "~3.7.3"
}
}