{ "name": "meshcentral", "version": "0.0.7-w", "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 ", "main": "meshcentral.js", "bin": { "meshcentral": "./bin/meshcentral" }, "license": "Apache-2.0", "files": [ "*.js", "license.txt", "readme.txt", "agents", "public", "views", "bin" ], "dependencies": { "archiver": "^1.3.0", "body-parser": "^1.17.1", "compression": "^1.6.2", "connect-redis": "^3.2.0", "express": "^4.15.2", "express-handlebars": "^3.0.0", "express-session": "^1.15.1", "express-ws": "^2.0.0", "meshcentral": "*", "minimist": "^1.2.0", "multiparty": "^4.1.3", "nedb": "^1.8.0", "node-forge": "^0.6.49", "unzip": "^0.1.11", "websocket": "^1.0.24", "xmldom": "^0.1.27" }, "optionalDependencies": { "node-windows": "^0.1.14", "mongojs": "^2.4.0" }, "devDependencies": {}, "readme": "readme.txt" }