1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2025-12-05 21:53:19 +00:00
Files
MeshCommander/package.json
2025-03-24 12:20:22 +00:00

31 lines
653 B
JSON

{
"name": "MeshCommander",
"version": "0.9.6",
"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"
}
}