welsonjs/package.json

56 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "welsonjs",
2020-07-21 07:22:39 +00:00
"version": "0.1.2",
2020-07-21 07:15:07 +00:00
"description": "Build a Windows desktop apps with JavaScript, HTML, and CSS based on WSH/HTA",
"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": [
"wsh",
"javascript",
"windows",
"desktop",
"alternative",
"hta",
"uri",
"jscript",
"electronjs",
"js",
"ie",
"mshta",
2020-07-21 07:15:07 +00:00
"mshtml",
"es5",
"es6",
"html5",
2020-07-21 07:15:21 +00:00
"css3",
2020-07-21 07:15:07 +00:00
"microsoft"
],
"author": "Go Namhyeon",
"license": "LGPL-2.1",
"bugs": {
"url": "https://github.com/gnh1201/welsonjs/issues"
},
"homepage": "https://github.com/gnh1201/welsonjs#readme",
"dependencies": {
"es5-shim": "^4.5.14",
2020-07-19 22:05:42 +00:00
"es6-shim": "^0.35.5",
2020-07-19 22:19:19 +00:00
"excanvas": "^2.0.0",
"html5shiv": "^3.7.3",
"jquery": "^3.5.1",
"jquery-form": "^4.3.0",
"jquery-toast-plugin": "^1.3.2",
"jquery-ui": "^1.13.0",
2020-07-19 22:19:19 +00:00
"json3": "^3.3.3",
"modernizr": "^3.11.3"
}
}