-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 989 Bytes
/
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
{
"name": "kue-cli",
"version": "0.0.8",
"dependencies": {
"ansi-highlight": "^1.0.2",
"async": "^1.5.0",
"coffee-script": "^1.10.0",
"colors": "^1.1.2",
"columnify": "^1.5.2",
"commander": "^2.9.0",
"kue": "^0.9.6",
"moment": "^2.10.6",
"redis": "^2.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {},
"description": "A simple CLI tool for managing Kue tasks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mirekm/kue-cli.git"
},
"keywords": [
"kue",
"queue",
"cli",
"command",
"line",
"stats"
],
"author": "Mirek Mencel <mirek@mirumee.com> (https://twitter.com/mirekmencel)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mirekm/kue-cli/issues"
},
"homepage": "https://github.com/mirekm/kue-cli#readme",
"bin": {
"kue-cli": "index.coffee"
}
}