forked from koush/electron-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 758 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 758 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
{
"name": "ElectronChrome",
"version": "0.1.5",
"main": "electron-main.js",
"description": "Run Chrome apps on Electron",
"scripts": {
"start": "electron .",
"build": "electron-builder --project build --publish never",
"package": "node package.js",
"package-linux": "TARGET_PLATFORM=linux node package.js"
},
"dependencies": {
"adm-zip": "^0.4.13",
"electron-squirrel-startup": "^1.0.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0"
},
"devDependencies": {
"deferred": "^0.7.11",
"electron": "^8.1.1",
"electron-builder": "^22.3.2",
"electron-notarize": "^0.2.1",
"electron-packager": "12.2.0",
"electron-winstaller": "^2.7.0",
"rimraf": "^3.0.2"
},
"build": {
"asar": false
}
}