restart-touchbar
Version:
Restart MacBook touchbar
28 lines (27 loc) • 452 B
JSON
{
"name": "restart-touchbar",
"version": "1.0.0",
"description": "Restart MacBook touchbar",
"license": "MIT",
"repository": "elzup/restart-touchbar",
"author": {
"name": "elzup",
"email": "guild0105@gmail.com",
"url": "elzup.com"
},
"engines": {
"node": ">=0.10.0"
},
"bin": {
"restart-touchbar": "restart-touchbar.sh"
},
"files": [
"restart-touchbar.sh"
],
"keywords": [
"cli-app",
"cli",
"MacBook",
"touchbar"
]
}