UNPKG

wmctrl-pad

Version:

WindowPad functionality for Linux

56 lines 1.12 kB
{ "name": "wmctrl-pad", "description": "WindowPad functionality for Linux", "version": "0.7.0", "homepage": "https://github.com/twolfson/controlpad", "author": { "name": "Todd Wolfson", "email": "todd@twolfson.com", "url": "http://twolfson.com/" }, "repository": { "type": "git", "url": "git://github.com/twolfson/controlpad.git" }, "bugs": { "url": "https://github.com/twolfson/controlpad/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/twolfson/controlpad/blob/master/LICENSE-MIT" } ], "engines": { "node": ">=0.8.0" }, "bin": { "controlpad": "bin/controlpad" }, "scripts": { "test": "mocha" }, "dependencies": { "execSync": "0.0.3" }, "devDependencies": { "chai": "~1.7.2", "foundry": "~4.3.2", "foundry-release-git": "~2.0.2", "foundry-release-npm": "~2.0.2" }, "keywords": [ "wmctrl", "control", "window", "display", "linux", "x11" ], "foundry": { "releaseCommands": [ "foundry-release-git", "foundry-release-npm" ] } }