nwjs-simple/package.json
2022-10-02 21:27:39 -07:00

19 lines
344 B
JSON

{
"name": "nwjs-test",
"author": "Michael Peters",
"license": "GPL v3",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "bin/nwjs/nw ."
},
"window": {
"show": true
},
"main": "view/index.html",
"dependencies": {
"esm": "^3.2.25",
"uuid": "^9.0.0"
}
}