mirror of
https://github.com/tomru/switchmon.git
synced 2026-03-03 06:27:23 +01:00
37 lines
774 B
JSON
37 lines
774 B
JSON
{
|
|
"name": "switchmon",
|
|
"version": "1.1.1",
|
|
"description": "Simple helper for turning on/off connected/disconnected monitors with xrandr",
|
|
"main": "indes.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"bin": {
|
|
"swm": "./cli.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tomru/switchmon.git"
|
|
},
|
|
"keywords": [
|
|
"xrandr",
|
|
"monitor"
|
|
],
|
|
"author": "Thomas Ruoff",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tomru/switchmon/issues"
|
|
},
|
|
"homepage": "https://github.com/tomru/switchmon#readme",
|
|
"dependencies": {
|
|
"minimist": "^1.2.0",
|
|
"xdg": "^0.1.1",
|
|
"xrandr-parse": "^0.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.4.5",
|
|
"proxyquire": "^1.7.4",
|
|
"sinon": "^1.17.3"
|
|
}
|
|
}
|