-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 838 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 838 Bytes
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
{
"name": "electron-window-plus",
"version": "1.3.5",
"description": "Save and restore window states.",
"main": "index.js",
"scripts": {
"start": "electron",
"test": "mocha test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron-utils/electron-window-plus.git"
},
"keywords": [
"Electron",
"windows"
],
"author": "jwu",
"license": "MIT",
"bugs": {
"url": "https://github.com/electron-utils/electron-window-plus/issues"
},
"homepage": "https://github.com/electron-utils/electron-window-plus",
"devDependencies": {
"electron": "^1.6.5",
"mocha": "^3.2.0",
"spectron": "^3.6.1"
},
"dependencies": {
"electron-platform": "^1.2.0",
"electron-profile": "^1.1.2",
"electron-protocols": "^1.0.4",
"uuid": "^3.0.1"
}
}