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