gui/ui/node_modules.bak/qjobs/package.json
Snider fad16c8c76
Some checks failed
Security Scan / security (push) Failing after 34s
Test / test (push) Failing after 1m44s
chore: sync workspace dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:44:56 +00:00

30 lines
598 B
JSON

{
"name": "qjobs",
"version": "1.2.0",
"description": "qjobs is a simple and stupid queue job manager for nodejs",
"main": "qjobs.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=0.9"
},
"repository": {
"type": "git",
"url": "git://github.com/franck34/qjobs.git"
},
"keywords": [
"queue",
"jobs",
"job",
"concurrency",
"control"
],
"author": "Franck TABARY",
"license": "MIT",
"readmeFilename": "Readme.md",
"gitHead": "6b6ea2dd626799e946ab700e4c4902ab792d3bb2"
}