forked from yvesh/active-windows
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·36 lines (36 loc) · 931 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "electron-active-window",
"version": "0.0.6",
"author": "Yves Hoppe <[email protected]> (https://bytee.net), nullx <[email protected]> (nullx.me)",
"homepage": "https://bytee.net, https://nullx.me",
"repository": {
"type": "git",
"url": "https://github.com/nullxx/active-windows"
},
"keywords": [
"current-window",
"window-manager",
"xorg",
"active-window",
"window"
],
"description": "Get information about active windows and idle time on Windows, Linux and MacOS",
"main": "index.js",
"gypfile": true,
"scripts": {
"preinstall": "node setup.js",
"install": "prebuild-install || node-gyp rebuild",
"build": "node-gyp rebuild",
"clean": "node-gyp clean"
},
"license": "MIT",
"dependencies": {
"fs": "^0.0.1-security",
"node-addon-api": "^1.7.1"
},
"binary": {
"napi_versions": [
3
]
}
}