-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 906 Bytes
/
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
{
"name": "compclub-email-blast",
"version": "0.1.0",
"description": "Create, edit and send an EDM.",
"repository": {
"type": "git",
"url": "git+https://github.com/NUSComputingDev/CompClubEmailBlast.git"
},
"keywords": [
"EDM",
"NUSComputing"
],
"author": "NUSComputingDev, Thenaesh Elango, Benedict Suratanakavikul",
"license": "MIT",
"bugs": {
"url": "https://github.com/NUSComputingDev/CompClubEmailBlast/issues"
},
"homepage": "https://github.com/NUSComputingDev/CompClubEmailBlast#readme",
"dependencies": {
"ace-builds": "^1.11.0",
"electron": "^20.1.4",
"nodemailer": "^6.7.8",
"pug": "^3.0.2",
"scp2": "^0.5.0"
},
"devDependencies": {},
"scripts": {
"start": "./build.sh start",
"package": "./build.sh package",
"test": "./build.sh test",
"compile": "./build.sh compile",
"clean": "./build.sh clean"
}
}