forked from sunmoonlotus/electron-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 KB
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
44
45
46
47
48
49
{
"name": "electron-navigation",
"version": "1.5.9",
"description": "Adds a navigation interface to electron that allows you to browse the internet or view local html files with tabs and webviews.",
"main": "index.js",
"scripts": {
"demo1": "node_modules\\electron\\dist\\electron.exe demos\\demo1-horizontal-light.js",
"demo2": "node_modules\\electron\\dist\\electron.exe demos\\demo2-vertical-dark.js",
"demo3": "node_modules\\electron\\dist\\electron.exe demos\\demo3-chrome-like.js",
"demo4": "node_modules\\electron\\dist\\electron.exe demos\\demo4-parent-child.js"
},
"repository": {
"type": "git",
"url": "https://github.com/simply-coded/electron-navigation.git"
},
"keywords": [
"address",
"auto",
"create",
"display",
"electron",
"html",
"http",
"internet",
"ipc-message",
"ipcRenderer",
"load",
"local",
"navigation",
"search",
"send",
"tab",
"tabs",
"view",
"website",
"webview"
],
"author": "Jeremy England",
"license": "MIT",
"dependencies": {
"color.js": "*",
"electron-context-menu": "*",
"jquery": "*",
"url-regex": "*"
},
"devDependencies": {
"electron": "^2.0.2"
}
}