at 22.05-pre 126 lines 2.9 kB view raw
1{ 2 "name": "meshcentral", 3 "version": "0.9.50", 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 "views", 29 "emails", 30 "agents", 31 "public", 32 "translate", 33 "readme.txt", 34 "license.txt", 35 "sample-config.json", 36 "sample-config-advanced.json" 37 ], 38 "dependencies": { 39 "body-parser": "^1.19.0", 40 "cbor": "~5.2.0", 41 "compression": "^1.7.4", 42 "cookie-session": "^1.4.0", 43 "express": "^4.17.0", 44 "express-handlebars": "^3.1.0", 45 "express-ws": "^4.0.0", 46 "ipcheck": "^0.1.0", 47 "minimist": "^1.2.5", 48 "multiparty": "^4.2.1", 49 "@yetzt/nedb": "^1.8.0", 50 "node-forge": "^0.10.0", 51 "ws": "^5.2.3", 52 "yauzl": "^2.10.0" 53 }, 54 "engines": { 55 "node": ">=10.0.0" 56 }, 57 "repository": { 58 "type": "git", 59 "url": "https://github.com/Ylianst/MeshCentral.git" 60 }, 61 "readme": "readme.txt", 62 "optionalDependencies": { 63 "passport": "*", 64 "passport-twitter": "*", 65 "passport-google-oauth20": "*", 66 "passport-github2": "*", 67 "passport-reddit": "*", 68 "passport-azure-oauth2": "*", 69 "jwt-simple": "*", 70 "passport-saml": "*", 71 "ws": "5.2.3", 72 "cbor": "5.2.0", 73 "@yetzt/nedb": "*", 74 "https": "*", 75 "yauzl": "*", 76 "ipcheck": "*", 77 "express": "*", 78 "archiver": "4.0.2", 79 "multiparty": "*", 80 "node-forge": "*", 81 "express-ws": "4.0.0", 82 "compression": "*", 83 "body-parser": "*", 84 "cookie-session": "1.4.0", 85 "express-handlebars": "*", 86 "node-windows": "0.1.4", 87 "loadavg-windows": "*", 88 "node-sspi": "*", 89 "ldapauth-fork": "*", 90 "node-rdpjs-2": "*", 91 "ssh2": "*", 92 "image-size": "*", 93 "acme-client": "*", 94 "aedes": "0.39.0", 95 "mysql": "*", 96 "@mysql/xdevapi": "*", 97 "mongodb": "4.1.0", 98 "saslprep": "*", 99 "pg": "8.7.1", 100 "pgtools": "0.3.2", 101 "mariadb": "*", 102 "node-vault": "*", 103 "semver": "*", 104 "https-proxy-agent": "*", 105 "mongojs": "*", 106 "nodemailer": "*", 107 "@sendgrid/mail": "*", 108 "jsdom": "*", 109 "esprima": "*", 110 "minify-js": "*", 111 "html-minifier": "*", 112 "archiver-zip-encrypted": "*", 113 "googleapis": "*", 114 "webdav": "*", 115 "wildleek": "2.0.0", 116 "yubikeyotp": "*", 117 "otplib": "10.2.3", 118 "twilio": "*", 119 "plivo": "*", 120 "web-push": "*", 121 "node-xcs": "*", 122 "modern-syslog": "*", 123 "syslog": "*", 124 "heapdump": "*" 125 } 126}