2017-08-28 19:27:45 +03:00
|
|
|
{
|
|
|
|
"name": "meshcentral",
|
2018-09-20 21:45:12 +03:00
|
|
|
"version": "0.2.0-w",
|
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 <ysainthilaire@hotmail.com>",
|
|
|
|
"main": "meshcentral.js",
|
|
|
|
"bin": {
|
|
|
|
"meshcentral": "./bin/meshcentral"
|
|
|
|
},
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"files": [
|
|
|
|
"*.js",
|
2018-01-26 03:18:40 +03:00
|
|
|
"sample-config.json",
|
2017-08-28 19:27:45 +03:00
|
|
|
"license.txt",
|
|
|
|
"readme.txt",
|
|
|
|
"agents",
|
|
|
|
"public",
|
|
|
|
"views",
|
|
|
|
"bin"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"archiver": "^1.3.0",
|
2017-10-15 09:22:19 +03:00
|
|
|
"body-parser": "^1.18.2",
|
|
|
|
"compression": "^1.7.1",
|
2018-02-01 03:10:15 +03:00
|
|
|
"connect-redis": "^3.3.3",
|
2018-08-23 02:18:01 +03:00
|
|
|
"cookie-session": "^2.0.0-beta.3",
|
2017-10-15 09:22:19 +03:00
|
|
|
"express": "^4.16.2",
|
2017-08-28 19:27:45 +03:00
|
|
|
"express-handlebars": "^3.0.0",
|
2017-10-15 09:22:19 +03:00
|
|
|
"express-session": "^1.15.6",
|
2017-08-28 19:27:45 +03:00
|
|
|
"express-ws": "^2.0.0",
|
2017-09-13 21:25:57 +03:00
|
|
|
"meshcentral": "*",
|
2017-08-28 19:27:45 +03:00
|
|
|
"minimist": "^1.2.0",
|
|
|
|
"multiparty": "^4.1.3",
|
|
|
|
"nedb": "^1.8.0",
|
|
|
|
"node-forge": "^0.6.49",
|
2018-02-01 03:10:15 +03:00
|
|
|
"ws": "^3.3.3",
|
2018-05-03 02:19:45 +03:00
|
|
|
"xmldom": "^0.1.27",
|
|
|
|
"yauzl": "^2.9.1"
|
|
|
|
},
|
2018-08-23 02:18:01 +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"
|
|
|
|
}
|