diff --git a/package.json b/package.json new file mode 100644 index 00000000..63797f9c --- /dev/null +++ b/package.json @@ -0,0 +1,7 @@ +{ + "name": "owl-playground", + "description": "Odoo Web Lab", + "scripts": { + "serve": "python -m SimpleHTTPServer 8001" + } +} \ No newline at end of file