-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 KB
/
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
37
38
39
40
41
42
43
{
"name": "@akiflow/electron-panel-window",
"description": "Create Electron BrowserWindow's that act like Panels",
"version": "3.2.1",
"author": "Tom Moor <[email protected]>",
"contributors": [
"Akiflow Inc. <[email protected]>"
],
"main": "index.js",
"scripts": {
"start": "electron ./test/app/index.js",
"configure": "node-gyp configure",
"prepare": "node-gyp build",
"rebuild": "electron-rebuild",
"build": "node-gyp rebuild --release --target=18.0.0-alpha.3 --dist-url=https://electronjs.org/headers",
"test": "mocha",
"install": "node-gyp rebuild"
},
"devDependencies": {
"electron": "18.0.0-alpha.3",
"electron-rebuild": "^3.2.7",
"mocha": "8.2.1",
"node-gyp": "7.1.2",
"spectron": "13.0.0"
},
"dependencies": {
"bindings": "1.5.0",
"nan": "2.14.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akiflow/electron-panel-window.git"
},
"bugs": {
"url": "https://github.com/akiflow/electron-panel-window/issues"
},
"gypfile": true,
"homepage": "https://github.com/akiflow/electron-panel-window#readme",
"directories": {
"test": "test"
},
"license": "ISC"
}