mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"name": "welsonjs",
|
|
"version": "0.1.0",
|
|
"description": "Build a windows desktop apps ultra-fastly with WSH.js and HTA",
|
|
"main": "app.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"test": "cscript app.js helloworld"
|
|
},
|
|
"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"
|
|
],
|
|
"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.12.1",
|
|
"json3": "^3.3.3",
|
|
"modernizr": "^3.11.3"
|
|
}
|
|
}
|