-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
38 lines (38 loc) · 835 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
{
"name": "superagent-cache",
"version": "3.1.1",
"description": "Superagent with flexible built-in caching.",
"main": "superagentCache.js",
"dependencies": {
"cache-service-cache-module": "2.x"
},
"devDependencies": {
"superagent": "3.8.3",
"es6-promise": "3.0.2",
"expect": "1.6.0",
"express": "4.x",
"mocha": "4.1.0",
"mock-localstorage": "0.1.3"
},
"scripts": {
"test": "bin/tests"
},
"repository": {
"type": "git",
"url": "https://github.com/jpodwys/superagent-cache"
},
"author": "Joe Podwys",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpodwys/superagent-cache/issues"
},
"homepage": "https://github.com/jpodwys/superagent-cache",
"directories": {
"test": "test"
},
"keywords": [
"superagent",
"cache",
"node"
]
}