Tool for laying out displays on Linux
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

56 lines
1.5 KiB

{
"name": "monitor_layout",
"description": "Tool to handle screen layout/relayout within X",
"homepage": "https://adampippin.ca",
"type": "project",
"license": "proprietary",
"support": {
"issues": "https://git.nucleardog.ca/nucleardog/monitor_layout/issues",
"source": "https://git.nucleardog.ca/nucleardog/monitor_layout"
},
"authors": [
{
"name": "Adam Pippin",
"email": "hello@adampippin.ca"
}
],
"require": {
"php": "^7.2.0",
"laravel-zero/framework": "^7.0",
"nucleardog/processes": "^0.0.1",
"symfony/yaml": "^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"mockery/mockery": "^1.3.1",
"phan/phan": "^2.7",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
},
"scripts": {
"post-create-project-cmd": [
"@php application app:rename"
],
"post-autoload-dump": "if [ -d .githooks ]; then cp .githooks/* .git/hooks; fi"
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": ["monitor_layout"],
"repositories": [
{ "type": "composer", "url": "https://composer.nucleardog.ca/" }
]
}