mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
Update package.json
This commit is contained in:
parent
a8b54493f7
commit
fe2466b49a
12
package.json
12
package.json
|
@ -1,14 +1,18 @@
|
|||
{
|
||||
"name": "welsonjs",
|
||||
"version": "0.2.7.12",
|
||||
"description": "WelsonJS - Build a Windows app on the Windows built-in JavaScript engine",
|
||||
"version": "0.2.7.50",
|
||||
"description": "WelsonJS is a framework to build a Windows app on the Windows built-in JavaScript engine",
|
||||
"main": "app.js",
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "start.bat",
|
||||
"test": "cscript app.js testloader"
|
||||
"start": "bootstrap.bat",
|
||||
"installService": "installService.bat",
|
||||
"uninstallService": "uninstallService.bat",
|
||||
"startInteractiveService": "startInteractiveService.bat",
|
||||
"startService": "sc start WelsonJS.Service",
|
||||
"stopService": "sc stop WelsonJS.Service"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue
Block a user