forked from yuri2peter/ylui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 751 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 751 Bytes
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
{
"name": "ylui",
"main": "index.html",
"description": "高度可扩展桌面UI",
"version": "2.1.20",
"repository": {
"type": "git",
"url": "https://github.com/yuri2peter/ylui"
},
"scripts": {
"start": "http-server ./ -p 5000 -s"
},
"window": {
"title": "YLUI",
"icon": "link.png",
"toolbar": false,
"resizable": true,
"fullscreen": true,
"show_in_taskbar": true,
"frame": true,
"position": "center",
"width": 1366,
"height": 768,
"min_width": 400,
"min_height": 335,
"show": true,
"kiosk": false
},
"webkit": {
"plugin": true,
"java": false,
"page-cache": false
},
"devDependencies": {},
"dependencies": {
"http-server": "^13.0.1"
}
}