UNPKG

zpos-adjuster

Version:

A Node.js wrapper for ZPos Adjuster to control window Z-order (Windows only)

33 lines (32 loc) 787 B
{ "name": "zpos-adjuster", "version": "1.0.0", "description": "A Node.js wrapper for ZPos Adjuster to control window Z-order (Windows only)", "main": "index.js", "bin": { "zpos-adjuster": "./bin/Release/ZPosAdjuster.exe" }, "scripts": { "test": "node index.js --help" }, "author": "nstechbytes", "license": "MIT", "os": ["win32"], "keywords": [ "zpos", "window", "topmost", "desktop-widget", "bottom", "windows-api", "node-wrapper" ], "homepage": "https://github.com/NSTechBytes/zpos-adjuster#readme", "repository": { "type": "git", "url": "https://github.com/NSTechBytes/zpos-adjuster.git" }, "bugs": { "url": "https://github.com/NSTechBytes/zpos-adjuster/issues" } }