22 lines
395 B
JSON
22 lines
395 B
JSON
|
|
{
|
||
|
|
"name": "unify hybrid application",
|
||
|
|
"version": "1.5.0",
|
||
|
|
"description": "Unify",
|
||
|
|
"main": "http://localhost:3000/",
|
||
|
|
"node-remote": "http://localhost:3000/",
|
||
|
|
"window": {
|
||
|
|
"width": 1430,
|
||
|
|
"height": 750,
|
||
|
|
"icon": "icon.png"
|
||
|
|
},
|
||
|
|
"chromium-args": "--enable-devtools --child-clean-exit --enable-node-worker",
|
||
|
|
"scripts": {
|
||
|
|
},
|
||
|
|
"binary": {
|
||
|
|
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|