-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 739 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 739 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
{
"name": "browser-view-example",
"description": "An example (unfinished) browser built with BrowserView and child windows",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ./app/main.js --log-net-logpath",
"build": "electron-builder"
},
"author": "Kristian Muñiz <contact@krismuniz.com> (http://www.krismuniz.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/krismuniz/browser-view-example.git"
},
"license": "MIT",
"devDependencies": {
"electron": "^3.0.10"
},
"dependencies": {
"dotenv": "5.0.1",
"electron-context-menu": "^0.10.0",
"esm": "3.0.18",
"ms": "^2.1.1"
}
}