1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2025-12-06 06:03:20 +00:00
Files
MeshCommander/package.json
Ylian Saint-Hilaire 43c4961f48 Multi-language fixes.
2020-11-15 15:11:35 -08:00

31 lines
653 B
JSON

{
"name": "MeshCommander",
"version": "0.8.8",
"description": "Intel(R) Active Management Technology console tool",
"main": "index-nw.html",
"author": "Intel Corporation",
"keywords": [
"Intel",
"Intel AMT",
"Active Management Technology",
"Remote Management",
"Hardware Management",
"Manageability Commander"
],
"single-instance": false,
"window": {
"icon": "favicon.png",
"toolbar": false,
"frame": true,
"width": 970,
"min_width": 970,
"height": 760,
"min_height": 640
},
"dependencies": {
"html-minifier": "^4.0.0",
"jsdom": "^16.4.0",
"minify-js": "0.0.4"
}
}