Mon 9 Dec 23:50:44 CET 2024

This commit is contained in:
sbosse 2024-12-09 23:51:38 +01:00
parent 5c19bc262b
commit 2713ec86e6

17
webv86/web/package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "vm86",
"version": "0.0.0",
"description": "Text Writer Program",
"main": "vm86.html",
"window": {
"toolbar": false,
"width": 1200,
"height": 800,
"position": "mouse"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dr. Stefan Bosse",
"license": "BSD"
}