Update package.json

This commit is contained in:
Namhyeon Go 2020-07-21 16:15:07 +09:00 committed by GitHub
parent 651b2b4d38
commit 6cea90f2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{
"name": "welsonjs",
"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",
"directories": {
"lib": "lib"
@ -26,7 +26,11 @@
"js",
"ie",
"mshta",
"mshtml"
"mshtml",
"es5",
"es6",
"html5",
"microsoft"
],
"author": "Go Namhyeon",
"license": "LGPL-2.1",