MeshCentral/package.json

58 lines
1.3 KiB
JSON
Raw Normal View History

2017-08-28 19:27:45 +03:00
{
"name": "meshcentral",
"version": "0.2.3-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": {
2018-12-01 07:42:28 +03:00
"archiver": "^3.0.0",
"body-parser": "^1.18.2",
"compression": "^1.7.3",
"connect-redis": "^3.4.0",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.4",
2017-08-28 19:27:45 +03:00
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"express-ws": "^3.0.0",
2018-11-30 04:59:29 +03:00
"le-acme-core": "^2.1.4",
"le-store-certbot": "^2.2.1",
"meshcentral": "*",
2017-08-28 19:27:45 +03:00
"minimist": "^1.2.0",
"multiparty": "^4.2.1",
2017-08-28 19:27:45 +03:00
"nedb": "^1.8.0",
"node-forge": "^0.7.6",
"nodemailer": "^4.7.0",
2018-11-30 04:59:29 +03:00
"util.promisify": "^1.0.0",
"ws": "^6.1.2",
2018-05-03 02:19:45 +03:00
"xmldom": "^0.1.27",
"yauzl": "^2.9.1"
},
"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"
}