diff --git a/incubator/x86emu/www/package.json b/incubator/x86emu/www/package.json new file mode 100644 index 000000000..1f9153e46 --- /dev/null +++ b/incubator/x86emu/www/package.json @@ -0,0 +1,11 @@ +{ + "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" +}