-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
42 lines (42 loc) · 968 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": "multines",
"version": "2.0.0",
"description": "Multi-process nes backend, turn nes into a fully scalable solution",
"main": "multines.js",
"scripts": {
"test": "standard && lab test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/multines.git"
},
"keywords": [
"hapi",
"nes",
"websocket",
"redis",
"mongodb",
"pub",
"sub",
"scalable"
],
"author": "Matteo Collina <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/multines/issues"
},
"homepage": "https://github.com/mcollina/multines#readme",
"devDependencies": {
"@hapi/code": "^8.0.1",
"@hapi/hapi": "^19.0.0",
"@hapi/lab": "^22.0.3",
"@hapi/nes": "^12.0.0",
"pre-commit": "^1.1.2",
"standard": "^14.3.1"
},
"dependencies": {
"mqemitter": "^3.0.0",
"mqemitter-mongodb": "^6.0.1",
"mqemitter-redis": "^3.0.0"
}
}