forked from moscajs/aedes-persistence-redis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.48 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
52
53
54
55
56
57
58
{
"name": "aedes-persistence-redis",
"version": "9.0.103",
"description": "Aedes persistence, backed by redis",
"main": "persistence.js",
"publishConfig": {
"registry": "http://npm.internal:4873"
},
"scripts": {
"lint": "standard --verbose | snazzy",
"test": "tape test.js | faucet",
"coverage": "nyc --reporter=lcov tape test.js",
"license-checker": "license-checker --production --onlyAllow='MIT;ISC;BSD-3-Clause;BSD-2-Clause;Apache-2.0;Apache*'"
},
"pre-commit": [
"lint",
"test"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bolteu/aedes-persistence-redis.git"
},
"keywords": [
"mqtt",
"broker",
"aedes",
"mosca"
],
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bolteu/aedes-persistence-redis/issues"
},
"homepage": "https://github.com/bolteu/aedes-persistence-redis#readme",
"devDependencies": {
"fastq": "^1.13.0",
"faucet": "0.0.1",
"license-checker": "^25.0.1",
"mqemitter": "^4.5.0",
"mqemitter-redis": "^5.0.0",
"mqtt": "^4.3.7",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tape": "^5.5.3"
},
"dependencies": {
"aedes-cached-persistence": "9.0.100",
"hashlru": "^2.3.0",
"ioredis": "^5.0.5",
"msgpack-lite": "^0.1.26",
"pump": "^3.0.0",
"qlobber": "^7.0.0",
"through2": "^4.0.2",
"throughv": "^1.0.4"
}
}