forked from bee-queue/arena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 799 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
{
"name": "bull-arena",
"description": "An interactive UI dashboard for Bee Queue",
"main": "index.js",
"author": "Mixmax <hello@mixmax.com>",
"license": "MIT",
"dependencies": {
"bee-queue": "^1.0.0",
"body-parser": "^1.17.2",
"bull": "^3.3.7",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"handlebars": "^4.0.10",
"handlebars-helpers": "^0.10.0",
"lodash": "^4.17.4",
"nodemon": "^1.18.7",
"jsoneditor": "^5.9.6",
"tablesort": "^5.0.1"
},
"scripts": {
"start": "nodemon index.js --ignore 'public/vendor/*'",
"inspect": "nodemon --inspect --trace-warnings --ignore 'public/vendor/*' index.js"
},
"engines": {
"node": ">=7.6.0"
},
"repository": "https://github.com/bee-queue/arena.git",
"version": "2.6.2"
}