-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.15 KB
/
package.json
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
50
51
{
<<<<<<< HEAD
"name": "fofxacademy-notifier-app",
"version": "1.0.0",
"description": "fofxAcademy Notifier App",
=======
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
>>>>>>> 75599287c50c1c8610ac28248c303658f19deca3
"main": "main.js",
"scripts": {
"start": "electron ."
},
<<<<<<< HEAD
"author": "dipoleDiamond LTD",
"devDependencies": {
"electron": "^7.1.9"
},
"dependencies": {
"axios": "^0.19.2",
"electron-packager": "^14.2.0",
"electron-squirrel-startup": "^1.0.0",
"express": "^4.17.1",
"internal-ip": "^5.0.0",
"node-notifier": "5.4.3",
"open": "^7.0.0",
"openurl": "^1.1.1"
=======
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^7.1.7"
},
"dependencies": {
"axios": "^0.19.1",
"express": "^4.17.1",
"internal-ip": "^5.0.0",
"node-notifier": "^6.0.0",
"open": "^7.0.0"
>>>>>>> 75599287c50c1c8610ac28248c303658f19deca3
}
}