-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "el-borracho-graph",
"version": "1.0.3",
"description": "Sidekiq-inspired graph of realtime and historical statistics from Bull nodejs job queue",
"main": "el-borracho-graph.js",
"scripts": {
"build": "coffee --bare --map -o lib/ -c src/",
"watch": "coffee --watch --bare --map -o lib/ -c src/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/nextorigin/el-borracho-graph.git"
},
"keywords": [
"bull",
"job",
"queue",
"worker",
"stats",
"statistics",
"graph",
"realtime",
"history",
"historical",
"borracho",
"sidekiq"
],
"author": "doublerebel",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nextorigin/el-borracho-graph/issues"
},
"homepage": "https://github.com/nextorigin/el-borracho-graph#readme",
"dependencies": {
"rickshaw": "^1.5.1",
"spine": "^1.6.2",
"spine-awaitajax": "^2.0.0"
},
"devDependencies": {
"coffee-script": "^1.11.1"
}
}