at 24.11-pre 140 lines 3.4 kB view raw
1{ 2 "name": "meshcentral", 3 "version": "1.1.22", 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 "archiver": "7.0.0", 41 "body-parser": "1.20.2", 42 "cbor": "5.2.0", 43 "compression": "1.7.4", 44 "cookie-session": "2.0.0", 45 "express": "4.18.2", 46 "express-handlebars": "5.3.5", 47 "express-ws": "4.0.0", 48 "ipcheck": "0.1.0", 49 "minimist": "1.2.8", 50 "multiparty": "4.2.3", 51 "@yetzt/nedb": "1.8.0", 52 "node-forge": "1.3.1", 53 "ua-parser-js": "1.0.37", 54 "ws": "8.14.2", 55 "yauzl": "2.10.0" 56 }, 57 "engines": { 58 "node": ">=11.0.0" 59 }, 60 "repository": { 61 "type": "git", 62 "url": "https://github.com/Ylianst/MeshCentral.git" 63 }, 64 "readme": "readme.md", 65 "optionalDependencies": { 66 "passport": "*", 67 "passport-twitter": "*", 68 "passport-google-oauth20": "*", 69 "passport-github2": "*", 70 "passport-azure-oauth2": "*", 71 "jwt-simple": "*", 72 "openid-client": "*", 73 "passport-saml": "*", 74 "archiver": "7.0.0", 75 "body-parser": "1.20.2", 76 "cbor": "5.2.0", 77 "compression": "1.7.4", 78 "cookie-session": "2.0.0", 79 "express": "4.18.2", 80 "express-handlebars": "5.3.5", 81 "express-ws": "4.0.0", 82 "ipcheck": "0.1.0", 83 "minimist": "1.2.8", 84 "multiparty": "4.2.3", 85 "@yetzt/nedb": "*", 86 "node-forge": "1.3.1", 87 "ua-parser-js": "1.0.37", 88 "ws": "8.14.2", 89 "yauzl": "2.10.0", 90 "node-windows": "0.1.14", 91 "loadavg-windows": "1.1.1", 92 "node-sspi": "0.2.10", 93 "ldapauth-fork": "5.0.5", 94 "ssh2": "1.15.0", 95 "svg-captcha": "1.4.0", 96 "image-size": "1.0.2", 97 "acme-client": "4.2.5", 98 "aedes": "0.39.0", 99 "mysql2": "3.6.2", 100 "@mysql/xdevapi": "8.0.33", 101 "mongodb": "4.13.0", 102 "saslprep": "1.0.3", 103 "pg": "8.7.1", 104 "pgtools": "0.3.2", 105 "mariadb": "3.2.2", 106 "acebase": "1.29.5", 107 "sqlite3": "5.1.6", 108 "node-vault": "0.10.2", 109 "semver": "7.5.4", 110 "https-proxy-agent": "7.0.2", 111 "mongojs": "3.1.0", 112 "nodemailer": "6.9.8", 113 "@sendgrid/mail": "*", 114 "jsdom": "22.1.0", 115 "esprima": "4.0.1", 116 "minify-js": "0.0.4", 117 "html-minifier": "4.0.0", 118 "@crowdsec/express-bouncer": "0.1.0", 119 "archiver-zip-encrypted": "1.0.11", 120 "googleapis": "128.0.0", 121 "webdav": "4.11.3", 122 "wildleek": "2.0.0", 123 "yubikeyotp": "0.2.0", 124 "otplib": "10.2.3", 125 "twilio": "4.19.0", 126 "plivo": "4.58.0", 127 "telnyx": "1.25.5", 128 "telegram": "2.19.8", 129 "input": "1.0.1", 130 "discord.js": "14.6.0", 131 "@xmpp/client": "0.13.1", 132 "node-pushover": "1.0.0", 133 "zulip": "0.1.0", 134 "web-push": "3.6.6", 135 "node-xcs": "0.1.7", 136 "modern-syslog": "1.2.0", 137 "syslog": "0.1.1-1", 138 "heapdump": "0.3.15" 139 } 140}