-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 868 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 868 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
{
"name": "electron-quick-start",
"productName": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"scripts": {
"start": "npx electron-webpack dev",
"compile": "npx electron-webpack",
"dist": "yarn compile && electron-builder",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null"
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"electron": "^9.4.0",
"electron-builder": "^20.39.0",
"electron-packager": "^13.1.1",
"electron-webpack": "^2.6.2",
"mocha": "^6.0.2",
"spectron": "^5.0.0",
"webpack": "^4.29.6"
}
}