2017-08-28 19:27:45 +03:00
|
|
|
{
|
|
|
|
"name": "meshcentral",
|
2022-08-27 01:51:40 +03:00
|
|
|
"version": "1.0.74",
|
2017-08-28 19:27:45 +03:00
|
|
|
"keywords": [
|
2020-07-25 00:00:49 +03:00
|
|
|
"Remote Device Management",
|
|
|
|
"Remote Device Monitoring",
|
|
|
|
"Remote Desktop",
|
|
|
|
"Remote Terminal",
|
|
|
|
"Remote File Access",
|
|
|
|
"KVM",
|
2020-08-08 01:58:19 +03:00
|
|
|
"2FA",
|
|
|
|
"Two-Factor Authentication",
|
2020-07-25 00:00:49 +03:00
|
|
|
"Intel Active Management Technology",
|
|
|
|
"Intel AMT"
|
2017-08-28 19:27:45 +03:00
|
|
|
],
|
2021-01-04 13:43:47 +03:00
|
|
|
"homepage": "https://meshcentral.com",
|
|
|
|
"description": "Web based remote computer management server",
|
2020-04-05 00:47:42 +03:00
|
|
|
"author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
|
2017-08-28 19:27:45 +03:00
|
|
|
"main": "meshcentral.js",
|
|
|
|
"bin": {
|
2021-01-31 13:44:08 +03:00
|
|
|
"meshcentral": "bin/meshcentral"
|
2017-08-28 19:27:45 +03:00
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"files": [
|
|
|
|
"*.js",
|
2019-04-27 02:10:17 +03:00
|
|
|
"amt",
|
2019-05-17 05:32:04 +03:00
|
|
|
"bin",
|
2022-05-01 06:07:39 +03:00
|
|
|
"rdp",
|
2019-05-17 05:32:04 +03:00
|
|
|
"views",
|
2020-04-06 03:44:54 +03:00
|
|
|
"emails",
|
2017-08-28 19:27:45 +03:00
|
|
|
"agents",
|
|
|
|
"public",
|
2019-10-23 02:29:02 +03:00
|
|
|
"translate",
|
2019-05-17 05:32:04 +03:00
|
|
|
"readme.txt",
|
|
|
|
"license.txt",
|
2020-05-24 10:04:49 +03:00
|
|
|
"sample-config.json",
|
|
|
|
"sample-config-advanced.json"
|
2017-08-28 19:27:45 +03:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2022-05-18 21:19:24 +03:00
|
|
|
"archiver": "^5.3.1",
|
2019-05-17 05:32:04 +03:00
|
|
|
"body-parser": "^1.19.0",
|
2021-01-05 02:05:55 +03:00
|
|
|
"cbor": "~5.2.0",
|
2019-05-17 05:32:04 +03:00
|
|
|
"compression": "^1.7.4",
|
2021-10-15 08:37:11 +03:00
|
|
|
"cookie-session": "^1.4.0",
|
2019-05-22 00:19:32 +03:00
|
|
|
"express": "^4.17.0",
|
2022-02-15 03:33:49 +03:00
|
|
|
"express-handlebars": "^5.3.5",
|
2021-06-10 01:32:22 +03:00
|
|
|
"express-ws": "^4.0.0",
|
2019-01-05 02:29:27 +03:00
|
|
|
"ipcheck": "^0.1.0",
|
2022-06-29 22:26:30 +03:00
|
|
|
"minimist": "^1.2.5",
|
2021-06-10 01:32:22 +03:00
|
|
|
"multiparty": "^4.2.1",
|
2022-07-12 00:36:13 +03:00
|
|
|
"@yetzt/nedb": "^1.8.0",
|
2022-01-07 02:43:58 +03:00
|
|
|
"node-forge": "^1.0.0",
|
2021-07-19 19:07:21 +03:00
|
|
|
"ws": "^5.2.3",
|
2022-07-12 00:36:13 +03:00
|
|
|
"yauzl": "^2.10.0"
|
2018-05-03 02:19:45 +03:00
|
|
|
},
|
2021-11-10 21:58:57 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
2018-05-03 02:19:45 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Ylianst/MeshCentral.git"
|
2017-08-28 19:27:45 +03:00
|
|
|
},
|
2022-05-30 00:01:33 +03:00
|
|
|
"readme": "readme.md"
|
2017-08-28 19:27:45 +03:00
|
|
|
}
|