-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 885 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
{
"name": "fox-desktop",
"version": "1.0.0",
"description": "A cross platform desktop client for Sri Lanka's Fox 91.4 FM",
"main": "main.js",
"scripts": {
"start": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harindaka/fox-desktop.git"
},
"keywords": [
"Fox",
"Desktop",
"91.4",
"FM",
"Sri Lanka"
],
"author": "Hemal Harindaka",
"license": "GPL",
"bugs": {
"url": "https://github.com/harindaka/fox-desktop/issues"
},
"homepage": "https://github.com/harindaka/fox-desktop",
"devDependencies": {
"electron-packager": "^7.0.1",
"electron-prebuilt": "^0.37.8",
"rcedit": "^0.5.0"
},
"dependencies": {
"jquery": "2.2.3",
"merge": "1.2.0",
"opn": "4.0.2",
"q": "1.4.1",
"simple-get": "2.1.0",
"toastr": "2.1.2",
"zip-folder": "1.0.0"
}
}