forked from node-packages/Toureiro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.87 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "toureiro-next",
"version": "3.0.0",
"description": "A graphic interface for bull.",
"main": "index.js",
"scripts": {
"start": "node ./server.js",
"test": "mocha --exit tests/test_*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-packages/Toureiro.git"
},
"keywords": [
"bull",
"distributed",
"queue",
"ui"
],
"authors": [
"Evan Huang <[email protected]>",
"Ferron Smith <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/node-packages/Toureiro/issues"
},
"engines": {
"node": ">=6.11.5"
},
"homepage": "https://github.com/node-packages/Toureiro#readme",
"dependencies": {
"bluebird": "3.5.x",
"body-parser": "1.18.x",
"bull": "^3.4.4",
"compression": "1.7.3",
"connect-slashes": "1.3.x",
"express": "4.16.x",
"ioredis": "^3.2.2",
"lodash": "4.17.x",
"minimist": "1.2.x",
"pug": "2.0.3"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "8.0.0",
"bootstrap": "3.3.x",
"browserify": "16.2.x",
"chai": "4.1.x",
"classnames": "2.2.x",
"gulp": "3.9.x",
"gulp-cssmin": "0.2.x",
"gulp-ignore": "2.0.x",
"gulp-less": "3.5.x",
"gulp-livereload": "3.8.x",
"gulp-notify": "3.2.x",
"gulp-shell": "0.6.5",
"gulp-sourcemaps": "2.6.4",
"gulp-uglify": "3.0.x",
"gulp-util": "3.0.x",
"jquery": "3.3.x",
"mocha": "^5.2.0",
"moment-timezone": "0.5.x",
"node-uuid": "1.4.x",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-fast-highlight": "2.2.2",
"supertest": "3.1.x",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.x",
"watchify": "3.11.x",
"webworkify": "1.5.0"
},
"bin": {
"toureiro": "./bin/toureiro.js"
}
}