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", "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,11 @@
"js", "js",
"ie", "ie",
"mshta", "mshta",
"mshtml" "mshtml",
"es5",
"es6",
"html5",
"microsoft"
], ],
"author": "Go Namhyeon", "author": "Go Namhyeon",
"license": "LGPL-2.1", "license": "LGPL-2.1",