2017-08-28 12:27:45 -04:00
|
|
|
{
|
|
|
|
"name": "meshcentral",
|
2020-07-31 14:51:30 -04:00
|
|
|
"version": "0.5.99",
|
2017-08-28 12:27:45 -04:00
|
|
|
"keywords": [
|
2020-07-24 17:00:49 -04:00
|
|
|
"Remote Device Management",
|
|
|
|
"Remote Device Monitoring",
|
|
|
|
"Remote Desktop",
|
|
|
|
"Remote Terminal",
|
|
|
|
"Remote File Access",
|
|
|
|
"KVM",
|
|
|
|
"Intel Active Management Technology",
|
|
|
|
"Intel AMT"
|
2017-08-28 12:27:45 -04:00
|
|
|
],
|
|
|
|
"homepage": "http://meshcommander.com",
|
|
|
|
"description": "Web based remote computer management and file server",
|
2020-04-04 17:47:42 -04:00
|
|
|
"author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
|
2017-08-28 12:27:45 -04:00
|
|
|
"main": "meshcentral.js",
|
|
|
|
"bin": {
|
|
|
|
"meshcentral": "./bin/meshcentral"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"files": [
|
|
|
|
"*.js",
|
2019-04-26 19:10:17 -04:00
|
|
|
"amt",
|
2019-05-16 22:32:04 -04:00
|
|
|
"bin",
|
|
|
|
"views",
|
2020-04-05 20:44:54 -04:00
|
|
|
"emails",
|
2017-08-28 12:27:45 -04:00
|
|
|
"agents",
|
|
|
|
"public",
|
2019-10-22 19:29:02 -04:00
|
|
|
"translate",
|
2019-05-16 22:32:04 -04:00
|
|
|
"readme.txt",
|
|
|
|
"license.txt",
|
2020-05-24 03:04:49 -04:00
|
|
|
"sample-config.json",
|
|
|
|
"sample-config-advanced.json"
|
2017-08-28 12:27:45 -04:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2020-07-31 18:08:03 -04:00
|
|
|
"archiver": "^4.0.2",
|
|
|
|
"archiver-zip-encrypted": "^1.0.8",
|
2019-05-16 22:32:04 -04:00
|
|
|
"body-parser": "^1.19.0",
|
2019-11-14 01:47:17 -05:00
|
|
|
"cbor": "^4.1.5",
|
2019-05-16 22:32:04 -04:00
|
|
|
"compression": "^1.7.4",
|
|
|
|
"connect-redis": "^3.4.1",
|
2018-08-22 19:18:01 -04:00
|
|
|
"cookie-session": "^2.0.0-beta.3",
|
2019-05-21 17:19:32 -04:00
|
|
|
"express": "^4.17.0",
|
2019-05-16 22:32:04 -04:00
|
|
|
"express-handlebars": "^3.1.0",
|
2018-12-01 00:23:10 -05:00
|
|
|
"express-ws": "^4.0.0",
|
2020-07-31 18:08:03 -04:00
|
|
|
"image-size": "^0.8.3",
|
2019-01-04 18:29:27 -05:00
|
|
|
"ipcheck": "^0.1.0",
|
2020-07-31 18:08:03 -04:00
|
|
|
"jwt-simple": "^0.5.6",
|
2017-08-28 12:27:45 -04:00
|
|
|
"minimist": "^1.2.0",
|
2020-07-31 18:08:03 -04:00
|
|
|
"mongodb": "^3.6.0",
|
2018-11-27 20:13:01 -05:00
|
|
|
"multiparty": "^4.2.1",
|
2017-08-28 12:27:45 -04:00
|
|
|
"nedb": "^1.8.0",
|
2019-06-06 17:16:38 -04:00
|
|
|
"node-forge": "^0.8.4",
|
2020-07-31 18:08:03 -04:00
|
|
|
"node-rdpjs-2": "^0.3.5",
|
|
|
|
"node-windows": "^0.1.14",
|
|
|
|
"otplib": "^10.2.3",
|
|
|
|
"passport": "^0.4.1",
|
|
|
|
"passport-azure-oauth2": "^0.1.0",
|
|
|
|
"passport-github2": "^0.1.12",
|
|
|
|
"passport-google-oauth20": "^2.0.0",
|
|
|
|
"passport-reddit": "^0.2.4",
|
|
|
|
"passport-twitter": "^1.0.4",
|
|
|
|
"plivo": "^4.7.0",
|
|
|
|
"saslprep": "^1.0.3",
|
2019-05-16 22:32:04 -04:00
|
|
|
"ws": "^6.2.1",
|
2018-05-02 19:19:45 -04:00
|
|
|
"xmldom": "^0.1.27",
|
2020-07-31 18:08:03 -04:00
|
|
|
"yauzl": "^2.10.0",
|
|
|
|
"yubikeyotp": "^0.2.0"
|
2018-05-02 19:19:45 -04:00
|
|
|
},
|
2018-08-22 19:18:01 -04:00
|
|
|
"devDependencies": {},
|
2018-05-02 19:19:45 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Ylianst/MeshCentral.git"
|
2017-08-28 12:27:45 -04:00
|
|
|
},
|
|
|
|
"readme": "readme.txt"
|
|
|
|
}
|