2017-08-28 12:27:45 -04:00
|
|
|
{
|
|
|
|
"name": "meshcentral",
|
2018-11-30 23:25:45 -05:00
|
|
|
"version": "0.2.3-w",
|
2017-08-28 12:27:45 -04: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 <ysainthilaire@hotmail.com>",
|
|
|
|
"main": "meshcentral.js",
|
|
|
|
"bin": {
|
|
|
|
"meshcentral": "./bin/meshcentral"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"files": [
|
|
|
|
"*.js",
|
2018-01-25 19:18:40 -05:00
|
|
|
"sample-config.json",
|
2017-08-28 12:27:45 -04:00
|
|
|
"license.txt",
|
|
|
|
"readme.txt",
|
|
|
|
"agents",
|
|
|
|
"public",
|
|
|
|
"views",
|
|
|
|
"bin"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"archiver": "^1.3.0",
|
2017-10-15 02:22:19 -04:00
|
|
|
"body-parser": "^1.18.2",
|
2018-11-27 20:13:01 -05:00
|
|
|
"compression": "^1.7.3",
|
|
|
|
"connect-redis": "^3.4.0",
|
2018-08-22 19:18:01 -04:00
|
|
|
"cookie-session": "^2.0.0-beta.3",
|
2018-11-27 20:13:01 -05:00
|
|
|
"express": "^4.16.4",
|
2017-08-28 12:27:45 -04:00
|
|
|
"express-handlebars": "^3.0.0",
|
2017-10-15 02:22:19 -04:00
|
|
|
"express-session": "^1.15.6",
|
2018-11-27 20:13:01 -05:00
|
|
|
"express-ws": "^3.0.0",
|
2018-11-29 20:59:29 -05:00
|
|
|
"le-acme-core": "^2.1.4",
|
|
|
|
"le-store-certbot": "^2.2.1",
|
2017-09-13 14:25:57 -04:00
|
|
|
"meshcentral": "*",
|
2017-08-28 12:27:45 -04:00
|
|
|
"minimist": "^1.2.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",
|
2018-11-27 20:13:01 -05:00
|
|
|
"node-forge": "^0.7.6",
|
2018-11-28 16:51:12 -05:00
|
|
|
"nodemailer": "^4.7.0",
|
2018-11-29 20:59:29 -05:00
|
|
|
"util.promisify": "^1.0.0",
|
2018-11-27 20:13:01 -05:00
|
|
|
"ws": "^6.1.2",
|
2018-05-02 19:19:45 -04:00
|
|
|
"xmldom": "^0.1.27",
|
|
|
|
"yauzl": "^2.9.1"
|
|
|
|
},
|
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"
|
|
|
|
}
|