-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 983 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "cover-app-ishan",
"version": "1.0.0",
"description": "Everyone writes a cover letter, how about a cover app?",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ishansharma/hire-ishan.git"
},
"author": "Ishan Sharma",
"license": "MIT",
"bugs": {
"url": "https://github.com/ishansharma/hire-ishan/issues"
},
"homepage": "https://github.com/ishansharma/hire-ishan#readme",
"devDependencies": {
"electron": "^4.0.4",
"electron-builder": "^20.38.5"
},
"build": {
"dmg": {
"contents": [
{
"x": 110,
"y": 150
},
{
"x": 240,
"y": 150,
"type": "link",
"path": "/Applications"
}
]
},
"win": {
"target": "NSIS",
"icon": "build/icon.ico"
}
}
}