-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.52 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "laravel-queue",
"version": "1.1.10",
"description": "run job from laravel",
"main": "index.js",
"homepage": "https://github.com/icfr/laravel-node-queue",
"bugs": "https://github.com/icfr/laravel-node-queue/issues",
"scripts": {
"pretest": "./test/scripts/clean.sh",
"test": "istanbul cover nodeunit -- test/ ",
"posttest": "./test/scripts/clean.sh",
"postinstall": "./scripts/install.sh",
"gen-docs": "jsdoc --configure .jsdoc.json --verbose"
},
"bin": {
"artisan": "./bin/artisan",
"repl": "./bin/repl"
},
"repository": {
"type": "git",
"url": "https://github.com/icfr/laravel-node-queue.git"
},
"keywords": [
"laravel",
"job",
"queue",
"Broadcast"
],
"author": "ICFR",
"license": "MIT",
"dependencies": {
"bee-queue": "~1.2.2",
"colors": "~1.3.3",
"debug-logger": "^0.4.1",
"diff": "~3.5.0",
"dotenv": "^2.0.0",
"each": "^0.6.1",
"ect": "^0.5.9",
"fs-promise": "^0.5.0",
"i18n": "^0.8.3",
"include-all": "~4.0.3",
"intercept-stdout": "^0.1.2",
"ioredis": "~2.5.0",
"js-beautify": "~1.9.1",
"lodash": "~4.17.11",
"lodash-inflection": "~1.5.0",
"merge": "~1.2.1",
"mock-stdin": "~0.3.1",
"mysql": "~2.17.0",
"nodemailer": "~2.7.2",
"pad": "~1.2.1",
"raven": "~0.12.3",
"readdir": "~0.1.0",
"rewire": "^2.5.2",
"sequelize": "~5.7.0",
"shelljs": "~0.8.3",
"tmp": "~0.1.0"
},
"devDependencies": {
"minami": "~1.2.3",
"mysql2": "~1.6.4"
}
}