mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-30 20:11:11 +08:00
12 lines
274 B
JSON
12 lines
274 B
JSON
|
{
|
||
|
"name": "x86incubator",
|
||
|
"version": "1.0.0",
|
||
|
"description": "x86emu experimental repo for puter",
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Puter Technologies Inc.",
|
||
|
"license": "AGPL-3.0-only"
|
||
|
}
|