-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "ghetto-skype",
"author": "Robert Stanfield <robert@stanfield.it>",
"license": "GPL-3.0",
"private": true,
"main": "src/main.js",
"build": {
"appId": "it.stanfield.ghetto-sky",
"directories": {
"app": "src"
},
"mac": {
"category": "public.app-category.social-networking",
"target": "dmg"
},
"linux": {
"target": "rpm",
"category": "Network",
"executableName": "ghetto-skype"
}
},
"scripts": {
"postinstall": "electron-builder install-app-deps",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"start": "electron src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stanfieldr/ghetto-skype.git"
},
"keywords": [
"web",
"skype",
"wrapper"
],
"bugs": {
"url": "https://github.com/stanfieldr/ghetto-skype/issues"
},
"homepage": "https://github.com/stanfieldr/ghetto-skype#readme",
"devDependencies": {
"electron": "4.1.*",
"electron-builder": "20.39.*"
}
}