MeshCentral/package.json

75 lines
1.7 KiB
JSON
Raw Normal View History

2017-08-28 12:27:45 -04:00
{
"name": "meshcentral",
2022-07-08 12:51:50 -04:00
"version": "1.0.49",
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",
2020-08-07 18:58:19 -04:00
"2FA",
"Two-Factor Authentication",
2020-07-24 17:00:49 -04:00
"Intel Active Management Technology",
"Intel AMT"
2017-08-28 12:27:45 -04:00
],
2021-01-04 05:43:47 -05:00
"homepage": "https://meshcentral.com",
"description": "Web based remote computer management server",
"author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
2017-08-28 12:27:45 -04:00
"main": "meshcentral.js",
"bin": {
2021-01-31 05:44:08 -05:00
"meshcentral": "bin/meshcentral"
2017-08-28 12:27:45 -04:00
},
"license": "Apache-2.0",
"files": [
"*.js",
2019-04-26 19:10:17 -04:00
"amt",
2019-05-16 22:32:04 -04:00
"bin",
"rdp",
2019-05-16 22:32:04 -04:00
"views",
"emails",
2017-08-28 12:27:45 -04:00
"agents",
"public",
"translate",
2019-05-16 22:32:04 -04:00
"readme.txt",
"license.txt",
"sample-config.json",
"sample-config-advanced.json"
2017-08-28 12:27:45 -04:00
],
"dependencies": {
"@crowdsec/express-bouncer": "^0.1.0",
"@yetzt/nedb": "^1.8.0",
2022-05-18 14:19:24 -04:00
"archiver": "^5.3.1",
2019-05-16 22:32:04 -04:00
"body-parser": "^1.19.0",
2021-01-04 18:05:55 -05:00
"cbor": "~5.2.0",
2019-05-16 22:32:04 -04:00
"compression": "^1.7.4",
2021-10-15 01:37:11 -04:00
"cookie-session": "^1.4.0",
"express": "^4.17.0",
"express-handlebars": "^5.3.5",
"express-ws": "^4.0.0",
"image-size": "^1.0.1",
"ipcheck": "^0.1.0",
"loadavg-windows": "^1.1.1",
2022-06-29 15:26:30 -04:00
"minimist": "^1.2.5",
"multiparty": "^4.2.1",
2022-01-06 18:43:58 -05:00
"node-forge": "^1.0.0",
"node-windows": "^0.1.4",
"otplib": "^10.2.3",
"pg": "^8.7.1",
"pgtools": "^0.3.2",
"ssh2": "^1.11.0",
"web-push": "^3.5.0",
"ws": "^5.2.3",
"yauzl": "^2.10.0",
"yubikeyotp": "^0.2.0"
2018-05-02 19:19:45 -04:00
},
"engines": {
"node": ">=10.0.0"
},
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
},
2022-05-29 17:01:33 -04:00
"readme": "readme.md"
2017-08-28 12:27:45 -04:00
}