-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
103 lines (102 loc) · 2.73 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "shareAm",
"productName": "shareAm",
"version": "1.0.0",
"description": "My Electron application description",
"main": "src/index.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "echo \"No linting configured\""
},
"keywords": [],
"author": {
"name": "Sanmi Amos",
"email": "[email protected]",
"designation": "Chief Technical Officer (CTO)"
},
"contributors": [
{
"name": "Sanmi Amos",
"email": "[email protected]",
"designation": "Chief Technical Officer (CTO)"
},
{
"name": "Teddy Ofure Eragbai",
"email": "[email protected]",
"designation": "Project manager"
},
{
"name": "Ademyemi Eric Ademola",
"email": "[email protected]",
"designation": "Lead frontend developer"
},
{
"name": "Emuchay Chigozie Kelechi",
"email": "[email protected]",
"designation": "Lead UI/UX designer"
},
{
"name": "Osayuki Raymond Okhuarobo",
"email": "[email protected]",
"designation": "Frontend developer"
},
{
"name": "Nwachukwu Chiamaka Juliet",
"email": "[email protected]",
"designation": "Frontend developer"
},
{
"name": "Obayelu Richard Sunday",
"email": "[email protected]",
"designation": "Product design"
},
{
"name": "Ekundayo Samuel Oladoyin",
"email": "[email protected]",
"designation": "UI/UX designer"
},
{
"name": "Osatohanmwen Amayo",
"email": "[email protected]",
"designation": "Frontend developer"
},
{
"name": "Deabaver Aondona Patrick",
"email": "[email protected]",
"designation": "Frontend developer"
},
{
"name": "Blessing Thomas Olaboade",
"email": "[email protected]",
"designation": "Frontend developer"
},
{
"name": "Njock Rudiger",
"email": "[email protected]",
"designation": "Frontend developer"
},
{
"name": "Osita Chris Jerry",
"email": "[email protected]",
"designation": "Frontend developer"
}
],
"license": "MIT",
"dependencies": {
"custom-electron-titlebar": "^4.2.8",
"electron-squirrel-startup": "^1.0.0"
},
"devDependencies": {
"@electron-forge/cli": "^6.4.2",
"@electron-forge/maker-deb": "^6.4.2",
"@electron-forge/maker-rpm": "^6.4.2",
"@electron-forge/maker-squirrel": "^6.4.2",
"@electron-forge/maker-zip": "^6.4.2",
"@electron-forge/plugin-auto-unpack-natives": "^6.4.2",
"electron": "29.1.5",
"electron-reloader": "^1.2.3"
}
}