diff --git a/supervisor/package.json b/supervisor/package.json new file mode 100644 index 00000000..7ec53ad4 --- /dev/null +++ b/supervisor/package.json @@ -0,0 +1,11 @@ +{ + "name": "supervisor", + "version": "1.0.0", + "description": "Supervisor is a custom dashboard application for eVibes", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "WISELESS team", + "license": "../LICENSE" +}