-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 601 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 601 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "window-actions",
"version": "4.2.2",
"description": "Minimize windows from command line",
"main": "./Sources/com.arkyasmal.windowActions.sdPlugin/app/index.js",
"scripts": {
"start": "node .\\Sources\\com.arkyasmal.windowActions.sdPlugin\\app\\index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "py .\\buildFiles\\build.py",
"install": "py .\\buildFiles\\install.py"
},
"keywords": [
"window",
"actions"
],
"bin": "./Sources/com.arkyasmal.windowActions.sdPlugin/app/index.js",
"author": "Arky Asmal",
"license": "ISC"
}