1{
2 "name": "meshcentral",
3 "version": "1.0.18",
4 "keywords": [
5 "Remote Device Management",
6 "Remote Device Monitoring",
7 "Remote Desktop",
8 "Remote Terminal",
9 "Remote File Access",
10 "KVM",
11 "2FA",
12 "Two-Factor Authentication",
13 "Intel Active Management Technology",
14 "Intel AMT"
15 ],
16 "homepage": "https://meshcentral.com",
17 "description": "Web based remote computer management server",
18 "author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
19 "main": "meshcentral.js",
20 "bin": {
21 "meshcentral": "bin/meshcentral"
22 },
23 "license": "Apache-2.0",
24 "files": [
25 "*.js",
26 "amt",
27 "bin",
28 "rdp",
29 "views",
30 "emails",
31 "agents",
32 "public",
33 "translate",
34 "readme.txt",
35 "license.txt",
36 "sample-config.json",
37 "sample-config-advanced.json"
38 ],
39 "dependencies": {
40 "body-parser": "^1.19.0",
41 "cbor": "~5.2.0",
42 "compression": "^1.7.4",
43 "cookie-session": "^1.4.0",
44 "express": "^4.17.0",
45 "express-handlebars": "^5.3.5",
46 "express-ws": "^4.0.0",
47 "ipcheck": "^0.1.0",
48 "minimist": "^1.2.5",
49 "multiparty": "^4.2.1",
50 "@yetzt/nedb": "^1.8.0",
51 "node-forge": "^1.0.0",
52 "ws": "^5.2.3",
53 "yauzl": "^2.10.0"
54 },
55 "engines": {
56 "node": ">=10.0.0"
57 },
58 "repository": {
59 "type": "git",
60 "url": "https://github.com/Ylianst/MeshCentral.git"
61 },
62 "readme": "readme.txt",
63 "optionalDependencies": {
64 "passport": "*",
65 "passport-twitter": "*",
66 "passport-google-oauth20": "*",
67 "passport-github2": "*",
68 "passport-reddit": "*",
69 "passport-azure-oauth2": "*",
70 "jwt-simple": "*",
71 "@mstrhakr/passport-generic-oidc": "*",
72 "passport-saml": "*",
73 "ws": "5.2.3",
74 "cbor": "5.2.0",
75 "@yetzt/nedb": "*",
76 "https": "*",
77 "yauzl": "*",
78 "ipcheck": "*",
79 "express": "*",
80 "archiver": "4.0.2",
81 "multiparty": "*",
82 "node-forge": "*",
83 "express-ws": "4.0.0",
84 "compression": "*",
85 "body-parser": "*",
86 "cookie-session": "1.4.0",
87 "express-handlebars": "*",
88 "node-windows": "0.1.4",
89 "loadavg-windows": "*",
90 "node-sspi": "*",
91 "ldapauth-fork": "*",
92 "ssh2": "*",
93 "image-size": "*",
94 "acme-client": "*",
95 "aedes": "0.39.0",
96 "mysql": "*",
97 "@mysql/xdevapi": "*",
98 "mongodb": "4.1.0",
99 "saslprep": "*",
100 "pg": "8.7.1",
101 "pgtools": "0.3.2",
102 "mariadb": "*",
103 "node-vault": "*",
104 "semver": "*",
105 "https-proxy-agent": "*",
106 "mongojs": "*",
107 "nodemailer": "*",
108 "@sendgrid/mail": "*",
109 "jsdom": "*",
110 "esprima": "*",
111 "minify-js": "*",
112 "html-minifier": "*",
113 "archiver-zip-encrypted": "*",
114 "googleapis": "*",
115 "webdav": "*",
116 "wildleek": "2.0.0",
117 "yubikeyotp": "*",
118 "otplib": "10.2.3",
119 "twilio": "*",
120 "plivo": "*",
121 "telnyx": "*",
122 "web-push": "*",
123 "node-xcs": "*",
124 "modern-syslog": "*",
125 "syslog": "*",
126 "heapdump": "*"
127 }
128}