-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 1.55 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
59
60
61
62
63
64
65
66
67
68
{
"author": {
"email": "[email protected]",
"name": "microServiceBus.com",
"url": "https://microservicebus.com"
},
"bin": {},
"dependencies": {
"@microsoft/signalr": "6.0.13",
"app-module-path": "2.2.0",
"async": "3.2.3",
"chai": "4.3.9",
"colors": "1.4.0",
"convert-units": "2.3.4",
"cron": "1.8.2",
"extend": "3.0.2",
"getmac": "1.2.1",
"graceful-fs": "4.1.5",
"mocha": "10.2.0",
"moment": "2.29.4",
"moment-timezone": "0.5.40",
"msb-network": "0.7.0",
"node-persist": "3.1.0",
"nyc": "15.1.0",
"progress": "1.1.8",
"require-reload": "0.2.2",
"should": "13.2.3",
"supertest": "6.3.3",
"underscore": "1.13.6",
"uuid": "8.3.2"
},
"optionalDependencies": {
"msb-dbus-native":"0.5.0",
"diskusage": "1.1.3",
"node-pty": "1.0.0"
},
"description": "node.js node for microServiceBus.com. Please visit https://microservicebus.com for more information.",
"devDependencies": {},
"engines": {
"node": ">=10.15.0 <18.99.0"
},
"keywords": [
"IoT",
"Micro Services",
"MicroServices",
"microServiceBus",
"Cloud",
"AZURE",
"AZURE IOT",
"AWS IOT",
"GOOGLE IOT",
"IBM IOT",
"AXIANS",
"VINCI",
"VINCI-ENERGIES"
],
"license": "MIT",
"name": "microservicebus-core",
"repository": {
"type": "git",
"url": "https://github.com/axians/microservicebus-core"
},
"scripts": {
"lint": "jshint Utils.js",
"test": "nyc --reporter=html --reporter=text mocha"
},
"version": "4.8.4"
}