-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 958 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": "node-red-contrib-moleculer",
"version": "0.5.1",
"description": "Moleculer and NodeRED integration",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chameleonbr/node-red-contrib-moleculer.git"
},
"node-red": {
"nodes": {
"moleculer": "index.js"
}
},
"keywords": [
"nodered",
"moleculer",
"node-red",
"microservices"
],
"author": "Andre Avila <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chameleonbr/node-red-contrib-moleculer/issues"
},
"homepage": "https://github.com/chameleonbr/node-red-contrib-moleculer#readme",
"dependencies": {
"express-dynamic-middleware": "^1.0.0",
"moleculer": "^0.14.11",
"moleculer-web": "^0.9.1"
},
"optionalDependencies": {
"ioredis": "^4.17.3",
"nats": "^1.4.12"
}
}