forked from tamkeen-tms/electron-window-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 680 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "electron-window-manager",
"version": "1.0.1",
"description": "A NodeJs module that handles window management for Electron (Atom Shell, previously)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/azain/electron-window-manager.git"
},
"keywords": [
"electron", "atom shell", "window", "browser", "desktop"
],
"author": "Ahmed Zain <tamkeenlms@gmail.com>",
"license": "MIT",
"dependencies": {
"electron-localshortcut": "^0.6.0",
"underscore": "^1.8.3",
"watchjs": "git+https://github.com/melanke/Watch.JS.git"
}
}