-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 775 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 775 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
36
37
{
"name": "electron-navigation",
"version": "1.2.1",
"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": {
"test": "electron test/demo.js"
},
"repository": {
"type": "git",
"url": "https://github.com/simply-coded/electron-navigation.git"
},
"keywords": [
"electron",
"navigation",
"html",
"tab",
"tabs",
"webview",
"auto",
"create",
"website",
"search",
"load",
"address",
"internet",
"view",
"display"
],
"author": "Jeremy England",
"license": "MIT",
"dependencies": {
"color.js": "^0.1.2",
"electron": "^1.4.13",
"jquery": "^3.1.1"
}
}