mirror of
https://github.com/tomru/switchmon.git
synced 2026-03-03 06:27:23 +01:00
@@ -4,7 +4,7 @@
|
||||
"description": "Simple helper for turning on/off connected/disconnected monitors with xrandr",
|
||||
"main": "cli.js",
|
||||
"scripts": {
|
||||
"test": "istanbul cover _mocha",
|
||||
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
|
||||
"testwatch": "mocha -w"
|
||||
},
|
||||
"bin": {
|
||||
@@ -30,8 +30,10 @@
|
||||
"xrandr-parse": "^0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.8",
|
||||
"istanbul": "^0.4.2",
|
||||
"mocha": "^2.4.5",
|
||||
"mocha-lcov-reporter": "^1.2.0",
|
||||
"proxyquire": "^1.7.4",
|
||||
"sinon": "^1.17.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user