forked from ShaneK/Matador
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 913 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
{
"name": "bull-ui",
"version": "1.2.1",
"description": "Front-end web interface for Bull Job Manager",
"main": "index.js",
"dependencies": {
"bluebird": "^2.9.24",
"body-parser": "^1.13.3",
"bull": "^1.0.0-rc1",
"consolidate": "~0.10.0",
"dustjs-linkedin": "~2.5.1",
"express": "^4.13.4",
"less": "~2.1.2",
"lodash": "~2.4.1",
"q": "~1.1.2",
"redis": "^2.5.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/ShaneK/Matador.git"
},
"keywords": [
"matador",
"bull",
"redis",
"job"
],
"author": "Shane King <=> (http://lotsofprojects.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShaneK/Matador/issues"
},
"homepage": "https://github.com/ShaneK/Matador"
}