-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 798 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 798 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
{
"name": "greetify",
"version": "1.0.0",
"description": "A cross platform entry management app build on top of Electron",
"main": "scripts/index.js",
"scripts": {
"start": "electron . --disable-gpu"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codekhal/greetify.git"
},
"author": "Khushal Vyas",
"license": "MIT",
"bugs": {
"url": "https://github.com/codekhal/greetify/issues"
},
"homepage": "https://github.com/codekhal/greetify#readme",
"dependencies": {
"dotenv": "^8.2.0",
"electron": "^7.2.4",
"electron-reloader": "^0.3.0",
"firebase": "^7.5.0",
"grpc": "^1.24.2",
"nexmo": "^2.5.1",
"nodemailer": "^6.3.1",
"xoauth2": "^1.2.0"
},
"devDependencies": {
"electron-rebuild": "^1.8.8"
}
}