Features: 1) Initialize supervisor package with basic metadata and structure;
Fixes: none; Extra: None; new package added.
This commit is contained in:
parent
1ecd784b4e
commit
6e37044e30
1 changed files with 11 additions and 0 deletions
11
supervisor/package.json
Normal file
11
supervisor/package.json
Normal file
|
|
@ -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"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue