mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"name": "dashboard",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"Common": "file:../Common",
|
|
"CommonServer": "file:../CommonServer",
|
|
"CommonUI": "file:../CommonUI"
|
|
},
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|