2017-08-28 09:27:45 -07:00
|
|
|
{
|
|
|
|
"name": "meshcentral",
|
2024-12-01 10:28:35 -08:00
|
|
|
"version": "1.1.35",
|
2017-08-28 09:27:45 -07:00
|
|
|
"keywords": [
|
2020-07-24 14:00:49 -07:00
|
|
|
"Remote Device Management",
|
|
|
|
"Remote Device Monitoring",
|
|
|
|
"Remote Desktop",
|
|
|
|
"Remote Terminal",
|
|
|
|
"Remote File Access",
|
|
|
|
"KVM",
|
2020-08-07 15:58:19 -07:00
|
|
|
"2FA",
|
|
|
|
"Two-Factor Authentication",
|
2020-07-24 14:00:49 -07:00
|
|
|
"Intel Active Management Technology",
|
|
|
|
"Intel AMT"
|
2017-08-28 09:27:45 -07:00
|
|
|
],
|
2021-01-04 02:43:47 -08:00
|
|
|
"homepage": "https://meshcentral.com",
|
|
|
|
"description": "Web based remote computer management server",
|
2020-04-04 14:47:42 -07:00
|
|
|
"author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
|
2017-08-28 09:27:45 -07:00
|
|
|
"main": "meshcentral.js",
|
|
|
|
"bin": {
|
2021-01-31 02:44:08 -08:00
|
|
|
"meshcentral": "bin/meshcentral"
|
2017-08-28 09:27:45 -07:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"files": [
|
|
|
|
"*.js",
|
2019-04-26 16:10:17 -07:00
|
|
|
"amt",
|
2019-05-16 19:32:04 -07:00
|
|
|
"bin",
|
2022-04-30 20:07:39 -07:00
|
|
|
"rdp",
|
2019-05-16 19:32:04 -07:00
|
|
|
"views",
|
2020-04-05 17:44:54 -07:00
|
|
|
"emails",
|
2017-08-28 09:27:45 -07:00
|
|
|
"agents",
|
|
|
|
"public",
|
2019-10-22 16:29:02 -07:00
|
|
|
"translate",
|
2019-05-16 19:32:04 -07:00
|
|
|
"readme.txt",
|
|
|
|
"license.txt",
|
2020-05-24 00:04:49 -07:00
|
|
|
"sample-config.json",
|
|
|
|
"sample-config-advanced.json"
|
2017-08-28 09:27:45 -07:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2024-11-26 18:01:12 +00:00
|
|
|
"@seald-io/nedb": "4.0.4",
|
2024-09-15 18:34:42 +01:00
|
|
|
"archiver": "7.0.1",
|
2024-09-15 09:18:08 -07:00
|
|
|
"body-parser": "1.20.3",
|
2023-10-09 04:15:01 -07:00
|
|
|
"cbor": "5.2.0",
|
2024-12-06 13:34:24 +00:00
|
|
|
"compression": "1.7.5",
|
2024-10-17 20:45:11 +01:00
|
|
|
"cookie-session": "2.1.0",
|
2024-12-06 13:34:24 +00:00
|
|
|
"express": "4.21.2",
|
2024-09-24 19:17:08 +01:00
|
|
|
"express-handlebars": "7.1.3",
|
2024-09-08 14:48:19 -07:00
|
|
|
"express-ws": "5.0.2",
|
2023-10-09 04:15:01 -07:00
|
|
|
"ipcheck": "0.1.0",
|
|
|
|
"minimist": "1.2.8",
|
|
|
|
"multiparty": "4.2.3",
|
|
|
|
"node-forge": "1.3.1",
|
2024-10-17 20:45:11 +01:00
|
|
|
"ua-parser-js": "1.0.39",
|
|
|
|
"ws": "8.18.0",
|
2023-10-09 04:15:01 -07:00
|
|
|
"yauzl": "2.10.0"
|
2018-05-02 16:19:45 -07:00
|
|
|
},
|
2021-11-10 10:58:57 -08:00
|
|
|
"engines": {
|
2024-05-12 15:37:47 +01:00
|
|
|
"node": ">=16.0.0"
|
2021-11-10 10:58:57 -08:00
|
|
|
},
|
2018-05-02 16:19:45 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Ylianst/MeshCentral.git"
|
2017-08-28 09:27:45 -07:00
|
|
|
},
|
2022-05-29 14:01:33 -07:00
|
|
|
"readme": "readme.md"
|
2024-11-03 09:34:26 -08:00
|
|
|
}
|