initial commit
.gitignore
0 → 100644
docs/appicon.png
0 → 100644
24 KB
docs/appicon.svg
0 → 100644
package.json
0 → 100644
{ | ||
"name": "beacon", | ||
"version": "0.0.1", | ||
"description": "a simple monitoring system for server and services uptime", | ||
"main": "main.js", | ||
"directories": { | ||
"doc": "docs" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.fsi.hochschule-trier.de:ochmannm/beacon.git" | ||
}, | ||
"keywords": [ | ||
"monitoring", | ||
"server", | ||
"uptime" | ||
], | ||
"author": "Michael Ochmann <miko@massivedyanmic.eu>", | ||
"license": "MIT" | ||
} |