-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 891 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@logisticinfotech/sails-hook-job-queue",
"version": "0.0.12",
"description": "sails hook for job-queue with kue",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logisticinfotech/sails-hook-job-queue.git"
},
"keywords": [
"sails",
"v1",
"hook",
"jobs",
"queue",
"kue",
"logistic",
"library"
],
"author": "Nirav Adatiya <niravjadatiya@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/logisticinfotech/sails-hook-job-queue/issues"
},
"dependencies": {
"kue": "0.11.6"
},
"devDependencies": {
"sails": "^1.1.0"
},
"sails": {
"isHook": true,
"hookName": "job-queue"
},
"homepage": "https://www.logisticinfotech.com/blog/easiest-way-to-create-job-queue-in-sails-with-sails-hook-job-queue/"
}