forked from loopbackio/loopback-connector-redis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 971 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
{
"name": "loopback-connector-redis",
"version": "0.0.3",
"description": "The official Redis connector for the LoopBack Framework.",
"main": "index.js",
"scripts": {
"test": "mocha -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/strongloop/loopback-connector-redis.git"
},
"keywords": [
"connector",
"data source",
"datasource",
"loopback",
"loopback-connector",
"loopback connector",
"redis"
],
"author": "StrongLoop <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/loopback-connector-redis/issues"
},
"homepage": "https://github.com/strongloop/loopback-connector-redis#readme",
"devDependencies": {
"bluebird": "^2.9.0",
"loopback-datasource-juggler": "^2.7.0",
"mocha": "^2.3.4",
"should": "~8.0.2"
},
"dependencies": {
"async": "^0.9.0",
"redis": "^0.12.1",
"strong-globalize": "^2.6.2"
}
}