11 lines
281 B
JSON
11 lines
281 B
JSON
{
|
|
"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"
|
|
}
|