-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
62 lines (62 loc) · 1.41 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "welsonjs",
"version": "0.2.7.50",
"description": "WelsonJS is a framework to build a Windows app on the Windows built-in JavaScript engine",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "bootstrap.bat",
"installService": "installService.bat",
"uninstallService": "uninstallService.bat",
"startInteractiveService": "startInteractiveService.bat",
"startService": "sc start WelsonJS.Service",
"stopService": "sc stop WelsonJS.Service"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnh1201/welsonjs.git"
},
"keywords": [
"javascript",
"microsoft",
"coffeescript",
"windows",
"typescript",
"html5",
"js",
"uri",
"desktop",
"ie",
"hta",
"es5",
"electronjs",
"jscript",
"wsh",
"mshtml",
"lolbins",
"lolbas",
"rescript",
"mshta"
],
"author": "Go Namhyeon",
"license": "(GPL-3.0 or MS-RL)",
"bugs": {
"url": "https://github.com/gnh1201/welsonjs/issues"
},
"homepage": "https://catswords.social/@catswords_oss",
"dependencies": {
"core-js": "^3.21.1",
"excanvas": "^2.0.0",
"html5shiv": "^3.7.3",
"jquery": "^3.6.0",
"jquery-form": "^4.3.0",
"jquery-toast-plugin": "^1.3.2",
"jquery-ui": "^1.13.2",
"js-yaml": "^4.1.0",
"jsrender": "^1.0.11",
"modernizr": "^3.12.0",
"squel": "^5.13.0"
}
}