RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-systemd-manager",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Flap",
        "nodejs": "v9.8.0"
    },
    "version": "1.1.674-279",
    "description": "SystemD Manager, watchdog, notifier and service",
    "main": "index.js",
    "dependencies": {
        "corifeus-utils": "^1.1.854-302",
        "dbus": "^1.0.3",
        "millisecond": "^0.1.2",
        "moment": "^2.21.0",
        "nodemailer": "^4.6.2"
    },
    "devDependencies": {
        "corifeus-builder": "^1.7.1241-317"
    },
    "scripts": {
        "test": "dbus-launch grunt mocha_istanbul",
        "preinstall": "src/package/preinstall.sh"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/patrikx3/systemd-manager.git"
    },
    "keywords": [
        "systemd",
        "systemd-service",
        "watchdog",
        "notify",
        "linux",
        "manager",
        "service",
        "dbus",
        "notifier"
    ],
    "author": "Patrik Laszlo <alabard@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/patrikx3/systemd-manager/issues"
    },
    "homepage": "https://pages.corifeus.com/systemd-manager",
    "engines": {
        "node": ">=8.9.0"
    }
}