| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "meshcentral",
- "version": "1.1.56",
- "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 <[email protected]>",
- "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": {
- "@seald-io/nedb": "4.1.2",
- "archiver": "7.0.1",
- "body-parser": "1.20.4",
- "cbor": "5.2.0",
- "compression": "1.8.1",
- "cookie-session": "2.1.1",
- "express": "4.22.1",
- "express-handlebars": "7.1.3",
- "express-ws": "5.0.2",
- "ipcheck": "0.1.0",
- "minimist": "1.2.8",
- "multiparty": "4.2.3",
- "node-forge": "1.3.2",
- "otplib": "12.0.1",
- "ua-client-hints-js": "0.1.2",
- "ua-parser-js": "1.0.40",
- "ws": "8.18.3",
- "yauzl": "2.10.0"
- },
- "engines": {
- "node": ">=16.0.0"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/Ylianst/MeshCentral.git"
- },
- "readme": "readme.md"
- }
|