mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
30 lines
665 B
JSON
30 lines
665 B
JSON
{
|
|
"name": "linux-dash",
|
|
"version": "1.2.0",
|
|
"description": "A simple, low overhead web dashboard for linux.",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/afaqurk/linux-dash.git"
|
|
},
|
|
"keywords": [
|
|
"linux",
|
|
"gnu",
|
|
"dashboard",
|
|
"monitor",
|
|
"server"
|
|
],
|
|
"author": "Afaq Tariq",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/afaqurk/linux-dash/issues"
|
|
},
|
|
"homepage": "https://github.com/afaqurk/linux-dash",
|
|
"dependencies": {
|
|
"express": "^4.11.1",
|
|
"websocket": "^1.0.22"
|
|
}
|
|
}
|