MeshCentral/package.json

78 lines
1.9 KiB
JSON
Raw Normal View History

2017-08-28 19:27:45 +03:00
{
"name": "meshcentral",
2020-07-11 09:13:58 +03:00
"version": "0.5.84",
2017-08-28 19:27:45 +03:00
"keywords": [
"Remote Management",
"Intel AMT",
"Active Management",
"Remote Desktop"
],
"homepage": "http://meshcommander.com",
"description": "Web based remote computer management and file server",
"author": "Ylian Saint-Hilaire <ylianst@gmail.com>",
2017-08-28 19:27:45 +03:00
"main": "meshcentral.js",
"bin": {
"meshcentral": "./bin/meshcentral"
},
"license": "Apache-2.0",
"files": [
"*.js",
2019-04-27 02:10:17 +03:00
"amt",
2019-05-17 05:32:04 +03:00
"bin",
"views",
"emails",
2017-08-28 19:27:45 +03:00
"agents",
"public",
"translate",
2019-05-17 05:32:04 +03:00
"readme.txt",
"license.txt",
"sample-config.json",
"sample-config-advanced.json"
2017-08-28 19:27:45 +03:00
],
"dependencies": {
2020-07-11 09:12:43 +03:00
"archiver": "^4.0.1",
"archiver-zip-encrypted": "^1.0.8",
2019-05-17 05:32:04 +03:00
"body-parser": "^1.19.0",
2019-11-14 09:47:17 +03:00
"cbor": "^4.1.5",
2019-05-17 05:32:04 +03:00
"compression": "^1.7.4",
"connect-redis": "^3.4.1",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.17.0",
2019-05-17 05:32:04 +03:00
"express-handlebars": "^3.1.0",
2018-12-01 08:23:10 +03:00
"express-ws": "^4.0.0",
2020-07-10 20:45:41 +03:00
"html-minifier": "^4.0.0",
2020-07-11 09:12:43 +03:00
"image-size": "^0.8.3",
"ipcheck": "^0.1.0",
2020-07-10 20:45:41 +03:00
"jsdom": "^16.3.0",
2020-07-11 09:12:43 +03:00
"jwt-simple": "^0.5.6",
2020-07-10 20:45:41 +03:00
"minify-js": "0.0.4",
2017-08-28 19:27:45 +03:00
"minimist": "^1.2.0",
2020-07-11 09:12:43 +03:00
"mongodb": "^3.5.9",
"multiparty": "^4.2.1",
2017-08-28 19:27:45 +03:00
"nedb": "^1.8.0",
2019-06-07 00:16:38 +03:00
"node-forge": "^0.8.4",
2020-07-11 09:12:43 +03:00
"node-rdpjs-2": "^0.3.5",
"node-windows": "^1.0.0-beta.1",
"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",
"promise": "^8.1.0",
"saslprep": "^1.0.3",
"twilio": "^3.48.0",
2019-05-17 05:32:04 +03:00
"ws": "^6.2.1",
2018-05-03 02:19:45 +03:00
"xmldom": "^0.1.27",
2020-07-11 09:12:43 +03:00
"yauzl": "^2.10.0",
"yubikeyotp": "^0.2.0"
2018-05-03 02:19:45 +03:00
},
"devDependencies": {},
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
},
"readme": "readme.txt"
}