node-window-switcher-fix
Version:
View information about running processes or activate a process's main window. This is just a fork that works, original owners are dorfingerjonas & stefnotch
42 lines (41 loc) • 1.13 kB
JSON
{
"name": "node-window-switcher-fix",
"version": "0.0.2",
"description": "View information about running processes or activate a process's main window. This is just a fork that works, original owners are dorfingerjonas & stefnotch",
"main": "index.js",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-msbuild": "^0.6.2"
},
"scripts": {
"build": "gulp",
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/msmaiaa/node-process-windows"
},
"keywords": [
"window",
"shell",
"application",
"handle",
"mainwindowhandle",
"focus",
"activate",
"cycle",
"net",
"c#"
],
"author": "dorfingerjonas & stefnotch",
"license": "MIT",
"bugs": {
"url": "https://github.com/msmaiaa/node-process-windows/issues"
},
"homepage": "https://github.com/msmaiaa/node-process-windows#readme",
"files": [
"index.js",
"windows-console-app/windows-console-app/bin/Release/Newtonsoft.Json.dll",
"windows-console-app/windows-console-app/bin/Release/windows-console-app.exe"
]
}