141 lines
3.2 KiB
JSON
141 lines
3.2 KiB
JSON
{
|
|
"name": "meshcentral",
|
|
"version": "1.1.0",
|
|
"keywords": [
|
|
"Remote Device Management",
|
|
"Remote Device Monitoring",
|
|
"Remote Desktop",
|
|
"Remote Terminal",
|
|
"Remote File Access",
|
|
"KVM",
|
|
"2FA",
|
|
"Two-Factor Authentication",
|
|
"Intel Active Management Technology",
|
|
"Intel AMT"
|
|
],
|
|
"homepage": "https://meshcentral.com",
|
|
"description": "Web based remote computer management server",
|
|
"author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
|
|
"main": "meshcentral.js",
|
|
"bin": {
|
|
"meshcentral": "bin/meshcentral"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"files": [
|
|
"*.js",
|
|
"amt",
|
|
"bin",
|
|
"rdp",
|
|
"views",
|
|
"emails",
|
|
"agents",
|
|
"public",
|
|
"translate",
|
|
"readme.txt",
|
|
"license.txt",
|
|
"sample-config.json",
|
|
"sample-config-advanced.json"
|
|
],
|
|
"dependencies": {
|
|
"archiver": "^5.3.1",
|
|
"body-parser": "^1.19.0",
|
|
"cbor": "~5.2.0",
|
|
"compression": "^1.7.4",
|
|
"cookie-session": "^1.4.0",
|
|
"express": "^4.17.0",
|
|
"express-handlebars": "^5.3.5",
|
|
"express-ws": "^4.0.0",
|
|
"ipcheck": "^0.1.0",
|
|
"minimist": "^1.2.5",
|
|
"multiparty": "^4.2.1",
|
|
"@yetzt/nedb": "^1.8.0",
|
|
"node-forge": "^1.0.0",
|
|
"ws": "^5.2.3",
|
|
"yauzl": "^2.10.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Ylianst/MeshCentral.git"
|
|
},
|
|
"readme": "readme.md",
|
|
"optionalDependencies": {
|
|
"passport": "0.5.3",
|
|
"passport-twitter": "*",
|
|
"passport-google-oauth20": "*",
|
|
"passport-github2": "*",
|
|
"passport-reddit": "*",
|
|
"passport-azure-oauth2": "*",
|
|
"jwt-simple": "*",
|
|
"@mstrhakr/passport-openidconnect": "*",
|
|
"openid-client": "*",
|
|
"passport-saml": "*",
|
|
"ws": "5.2.3",
|
|
"cbor": "5.2.0",
|
|
"@yetzt/nedb": "*",
|
|
"https": "*",
|
|
"yauzl": "*",
|
|
"ipcheck": "*",
|
|
"express": "*",
|
|
"archiver": "5.3.1",
|
|
"multiparty": "*",
|
|
"node-forge": "*",
|
|
"express-ws": "4.0.0",
|
|
"compression": "*",
|
|
"body-parser": "*",
|
|
"cookie-session": "1.4.0",
|
|
"express-handlebars": "*",
|
|
"node-windows": "0.1.4",
|
|
"loadavg-windows": "*",
|
|
"node-sspi": "*",
|
|
"ldapauth-fork": "*",
|
|
"ssh2": "*",
|
|
"svg-captcha": "*",
|
|
"image-size": "*",
|
|
"acme-client": "4.2.5",
|
|
"aedes": "0.39.0",
|
|
"mysql": "*",
|
|
"@mysql/xdevapi": "*",
|
|
"mongodb": "4.9.1",
|
|
"saslprep": "*",
|
|
"pg": "8.7.1",
|
|
"pgtools": "0.3.2",
|
|
"mariadb": "*",
|
|
"acebase": "*",
|
|
"sqlite3": "*",
|
|
"node-vault": "*",
|
|
"semver": "*",
|
|
"https-proxy-agent": "*",
|
|
"mongojs": "*",
|
|
"nodemailer": "*",
|
|
"@sendgrid/mail": "*",
|
|
"jsdom": "*",
|
|
"esprima": "*",
|
|
"minify-js": "*",
|
|
"html-minifier": "*",
|
|
"@crowdsec/express-bouncer": "*",
|
|
"archiver-zip-encrypted": "*",
|
|
"googleapis": "*",
|
|
"webdav": "*",
|
|
"wildleek": "2.0.0",
|
|
"yubikeyotp": "*",
|
|
"otplib": "10.2.3",
|
|
"twilio": "*",
|
|
"plivo": "*",
|
|
"telnyx": "*",
|
|
"telegram": "*",
|
|
"input": "*",
|
|
"discord.js": "14.6.0",
|
|
"@xmpp/client": "*",
|
|
"node-pushover": "*",
|
|
"zulip": "*",
|
|
"web-push": "*",
|
|
"node-xcs": "0.1.7",
|
|
"modern-syslog": "*",
|
|
"syslog": "*",
|
|
"heapdump": "*"
|
|
}
|
|
}
|