mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-16 22:51:04 +00:00
Merge branch 'master' of https://github.com/gnh1201/welsonjs
This commit is contained in:
commit
5ec3025249
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "welsonjs",
|
"name": "welsonjs",
|
||||||
"version": "0.1.1",
|
"version": "0.1.1",
|
||||||
"description": "Build a windows desktop apps ultra-fastly with WSH.js and HTA",
|
"description": "Build a Windows desktop apps with JavaScript, HTML, and CSS based on WSH/HTA",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
|
@ -26,7 +26,12 @@
|
||||||
"js",
|
"js",
|
||||||
"ie",
|
"ie",
|
||||||
"mshta",
|
"mshta",
|
||||||
"mshtml"
|
"mshtml",
|
||||||
|
"es5",
|
||||||
|
"es6",
|
||||||
|
"html5",
|
||||||
|
"css3",
|
||||||
|
"microsoft"
|
||||||
],
|
],
|
||||||
"author": "Go Namhyeon",
|
"author": "Go Namhyeon",
|
||||||
"license": "LGPL-2.1",
|
"license": "LGPL-2.1",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user