source: trip-planner-front/node_modules/qjobs/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 598 bytes
Line 
1{
2 "name": "qjobs",
3 "version": "1.2.0",
4 "description": "qjobs is a simple and stupid queue job manager for nodejs",
5 "main": "qjobs.js",
6 "directories": {
7 "example": "examples"
8 },
9 "scripts": {
10 "test": "make test"
11 },
12 "engines": {
13 "node": ">=0.9"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/franck34/qjobs.git"
18 },
19 "keywords": [
20 "queue",
21 "jobs",
22 "job",
23 "concurrency",
24 "control"
25 ],
26 "author": "Franck TABARY",
27 "license": "MIT",
28 "readmeFilename": "Readme.md",
29 "gitHead": "6b6ea2dd626799e946ab700e4c4902ab792d3bb2"
30}
Note: See TracBrowser for help on using the repository browser.