diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-08 21:37:55 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-08 21:37:55 +0200 |
| commit | 2d72aab0a88baa906127489e1c25fd11881bdc35 (patch) | |
| tree | 0f213b96c74fc6465e4ea07123a39f8dc469c857 /package.json | |
Add the monitor
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..68baafa --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "monitorcito", + "version": "1.0.0", + "description": "A tiny web monitor for systems", + "main": "lib/index.js", + "directories": { + "lib": "lib" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [ + "systemd", + "monitor" + ], + "author": "Rubén Beltrán del Río <apps@unlimited.pizza>", + "license": "Apache-2.0", + "dependencies": {} +} |