{
"name": "p3x-ramdisk",
"version": "2019.10.156",
"description": "💾 Linux RAM disk persistent with Systemd timer, service and suspend",
"main": "Gruntfile.js",
"corifeus": {
"prefix": "p3x-",
"type": "p3x",
"publish": true,
"code": "Vader",
"nodejs": "v12.11.1",
"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://pages.corifeus.com/ramdisk",
"dependencies": {
"clear": "^0.1.0",
"commander": "^3.0.2",
"corifeus-utils": "^2019.10.167",
"lodash": "^4.17.15"
},
"engines": {
"node": ">=10.16.0"
},
"devDependencies": {
"corifeus-builder": "^2019.10.249"
}
}