-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.26 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
{
"author": {
"email": "[email protected]",
"name": "microServiceBus.com",
"url": "https://microservicebus.com"
},
"bin": {
"startnode": "global.js",
"startsnap": "snapstart.js",
"initsnap": "snapinit.js",
"restore": "restore.js",
"run": "start.js",
"beta": "runbeta.js"
},
"dependencies": {
"app-module-path": "2.2.0",
"async": "3.2.4",
"colors": "1.4.0",
"compare-version": "0.1.2",
"minimist": "1.2.6",
"msb-network": "0.7.0",
"package-json": "2.4.0",
"require-reload": "0.2.2",
"tar": "6.1.11",
"uuid": "8.3.0"
},
"description": "node.js node for microservicebus. Please visit https://microservicebus.com for more information.",
"engines": {
"node": ">=10.14.2 <18.3.0"
},
"keywords": [
"IoT",
"Micro Services",
"MicroServices",
"microServiceBus",
"Cloud",
"AZURE",
"AZURE IOT",
"AWS IOT",
"GOOGLE IOT",
"IBM IOT",
"AXIANS",
"VINCI",
"VINCI-ENERGIES"
],
"license": "MIT",
"main": "global.js",
"name": "microservicebus-node",
"repository": {
"type": "git",
"url": "https://github.com/axians/microservicebus-node"
},
"version": "4.0.0",
"config": {
"microservicebusCore": "microservicebus-core"
}
}