-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 876 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
42
{
"name": "rdbs",
"version": "2.1.0",
"description": "Robust redis pub/sub wrapper and redis request/reply es6 implementation",
"author": "Andrey Shuvalov",
"license": "MIT",
"main": "index.js",
"dependencies": {
"ioredis": "^1.15.1",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.13.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --cache ."
},
"engines": {
"node": ">=7.0.0",
"npm": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/dronbas/rdbs"
},
"keywords": [
"redis",
"request",
"reply",
"reqRep",
"pub",
"sub",
"publish",
"subscribe"
],
"bugs": {
"url": "https://github.com/dronbas/rdbs/issues"
},
"homepage": "https://github.com/dronbas/rdbs#readme"
}