RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-ramdisk",
    "version": "2022.4.127",
    "description": "💾 Linux RAM disk persistent with Systemd timer, service and suspend",
    "main": "Gruntfile.js",
    "corifeus": {
        "prefix": "p3x-",
        "type": "p3x",
        "publish": true,
        "code": "Vader",
        "nodejs": "v16.15.0",
        "opencollective": false,
        "reponame": "ramdisk",
        "build": true
    },
    "bin": {
        "p3x-ramdisk": "bin/p3x-ramdisk.js"
    },
    "scripts": {
        "test": "grunt "
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/patrikx3/ramdisk.git"
    },
    "keywords": [
        "linux",
        "systemd",
        "ramdisk",
        "ram",
        "disk",
        "suspend",
        "timer",
        "service",
        "unix"
    ],
    "author": "Patrik Laszlo <alabard@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/patrikx3/ramdisk/issues"
    },
    "homepage": "https://corifeus.com/ramdisk",
    "dependencies": {
        "clear": "^0.1.0",
        "commander": "^9.3.0",
        "corifeus-utils": "^2022.4.127",
        "lodash": "^4.17.21"
    },
    "engines": {
        "node": ">=12.13.0"
    },
    "devDependencies": {
        "corifeus-builder": "^2022.4.127"
    }
}