-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.09 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
46
{
"name": "phido",
"bin": "./phido.js",
"version": "0.5.0",
"description": "Fidonet browser with a GUI.",
"keywords": ["Fidonet", "Fido", "GUI"],
"author": { "name": "Mithgol the Webmaster" },
"repository": {
"type": "git",
"url": "https://github.com/Mithgol/phido.git"
},
"dependencies": {
"async": "~2.6.0",
"bootpag": "~1.0.7",
"fghi-url": "~0.5.0-pre.5",
"fidohtml": "~2.3.1",
"fidonet-jam": "~4.0.4",
"find-msgid-in-file": "~0.1.0",
"fiunis": "~3.0.0",
"font-awesome": "~4.7.0",
"ftp-fileecho-list": "~3.0.7",
"jquery": "~3.3.1",
"jquery-color": "~3.0.0-alpha.1",
"jquery.hotkeys": "~0.1.0",
"jquery.scrollto": "~2.1.2",
"mime": "~2.3.1",
"nodelist": "~2.0.0",
"nw": "0.30.2-sdk",
"simteconf": "~1.0.0",
"underscore": "~1.9.0",
"underscore.string": "~3.3.4",
"uue": "~3.1.0"
},
"scripts": {
"test": "jshint --verbose script/"
},
"main": "index.html",
"window": {
"width": 600,
"height": 400,
"position": "center",
"title": "Starting PhiDo...",
"icon": "icon/PhiDo-32x32.png"
},
"chromium-args": "--force-device-scale-factor"
}