UNPKG

bottom-window

Version:

Send a window to the bottom of the Z-order by title (Windows only)

25 lines (24 loc) 698 B
{ "name": "bottom-window", "version": "1.0.0", "description": "Send a window to the bottom of the Z-order by title (Windows only)", "main": "index.js", "bin": { "BottomWindow": "bin/Release/BottomWindow.exe" }, "scripts": { "test": "node test.js" }, "author": "nstechbytes", "license": "MIT", "os": ["win32"], "keywords": ["windows", "z-order", "setwindowpos", "window", "native"], "homepage": "https://github.com/NSTechBytes/bottom-window#readme", "repository": { "type": "git", "url": "https://github.com/NSTechBytes/bottom-window.git" }, "bugs": { "url": "https://github.com/NSTechBytes/bottom-window/issues" } }