welsonjs/package.json
dependabot[bot] 847eccef75
Bump jquery-ui from 1.12.1 to 1.13.0
Bumps [jquery-ui](https://github.com/jquery/jquery-ui) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/jquery/jquery-ui/releases)
- [Commits](https://github.com/jquery/jquery-ui/compare/1.12.1...1.13.0)

---
updated-dependencies:
- dependency-name: jquery-ui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-26 15:20:48 +00:00

56 lines
1.1 KiB
JSON

{
"name": "welsonjs",
"version": "0.1.2",
"description": "Build a Windows desktop apps with JavaScript, HTML, and CSS based on WSH/HTA",
"main": "app.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "start.bat",
"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",
"mshtml",
"es5",
"es6",
"html5",
"css3",
"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",
"es6-shim": "^0.35.5",
"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",
"json3": "^3.3.3",
"modernizr": "^3.11.3"
}
}