-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.19 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "loopback-cache",
"version": "1.0.0",
"description": "Cache solutions for Loopback",
"author": {
"name": "Wiredcraft",
"email": "[email protected]",
"url": "http://wiredcraft.com"
},
"contributors": [
"Makara Wang",
"CCharlieLi"
],
"keywords": [
"StrongLoop",
"LoopBack",
"Cache",
"Mixin",
"Redis"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Wiredcraft/loopback-cache"
},
"bugs": {
"url": "https://github.com/Wiredcraft/loopback-cache/issues"
},
"homepage": "https://github.com/Wiredcraft/loopback-cache",
"dependencies": {
"debug": "^2.1.1",
"file-register": "^0.1.0"
},
"devDependencies": {
"coveralls": "^3.1.1",
"istanbul": "^0.4.4",
"jscs": "^3.0.7",
"loopback-connector-couchbase3": "^0.3.0",
"loopback-connector-couchbase5": "^0.0.2",
"loopback-connector-ioredis": "^0.2.0",
"loopback-connector-redis": "^0.0.3",
"loopback-datasource-juggler": "^2.49.0",
"mocha": "^10.2.0",
"should": "^11.1.0"
},
"scripts": {
"benchmarks": "make benchmarks",
"leak-detection": "make leak-detection",
"test": "make test"
}
}