welsonjs/package.json

60 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "welsonjs",
2023-09-26 02:56:59 +00:00
"version": "0.2.7",
2023-09-05 06:42:36 +00:00
"description": "Build a Windows desktop app with JavaScript, TypeScript, ReScript, and HTML/CSS on WSH(Windows Script Host)",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
2020-07-27 04:09:19 +00:00
"start": "start.bat",
2020-07-27 06:41:55 +00:00
"test": "cscript app.js testloader"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnh1201/welsonjs.git"
},
"keywords": [
"javascript",
2023-09-05 06:42:36 +00:00
"microsoft",
"coffeescript",
"windows",
2023-09-05 06:42:36 +00:00
"typescript",
"html5",
"js",
"uri",
"desktop",
2023-09-05 06:42:36 +00:00
"ie",
"hta",
2023-09-05 06:42:36 +00:00
"es5",
"electronjs",
2023-09-05 06:42:36 +00:00
"jscript",
"wsh",
2020-07-21 07:15:07 +00:00
"mshtml",
2023-09-05 06:42:36 +00:00
"lolbins",
"lolbas",
"rescript",
"mshta"
],
"author": "Go Namhyeon",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/gnh1201/welsonjs/issues"
},
"homepage": "https://github.com/gnh1201/welsonjs#readme",
"dependencies": {
2022-03-04 02:56:37 +00:00
"core-js": "^3.21.1",
2020-07-19 22:19:19 +00:00
"excanvas": "^2.0.0",
2022-03-04 02:56:37 +00:00
"html5media": "^1.2.1",
2020-07-19 22:19:19 +00:00
"html5shiv": "^3.7.3",
2022-03-04 02:56:37 +00:00
"jquery": "^3.6.0",
2020-07-19 22:19:19 +00:00
"jquery-form": "^4.3.0",
"jquery-toast-plugin": "^1.3.2",
"jquery-ui": "^1.13.2",
2022-03-04 02:56:37 +00:00
"js-yaml": "^4.1.0",
"jsrender": "^1.0.11",
"modernizr": "^3.12.0",
"squel": "^5.13.0"
}
}