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",
|
"name": "welsonjs",
|
||||||
"version": "0.2.7.12",
|
"version": "0.2.7.50",
|
||||||
"description": "WelsonJS - Build a Windows app on the Windows built-in JavaScript engine",
|
"description": "WelsonJS is a framework to build a Windows app on the Windows built-in JavaScript engine",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "start.bat",
|
"start": "bootstrap.bat",
|
||||||
"test": "cscript app.js testloader"
|
"installService": "installService.bat",
|
||||||
|
"uninstallService": "uninstallService.bat",
|
||||||
|
"startInteractiveService": "startInteractiveService.bat",
|
||||||
|
"startService": "sc start WelsonJS.Service",
|
||||||
|
"stopService": "sc stop WelsonJS.Service"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user