Mon 9 Dec 23:50:44 CET 2024
This commit is contained in:
parent
5c19bc262b
commit
2713ec86e6
17
webv86/web/package.json
Normal file
17
webv86/web/package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user