-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "el-borracho-basic",
"version": "1.0.1",
"description": "One-line zero-config ElBorrachoJS UI+API+Stats metapackage",
"bin": {
"el-borracho": "./bin/el-borracho"
},
"main": "./el-borracho-basic.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "iced --bare --map --runtime node -o ./ -c src/",
"watch": "iced --watch --bare --map --runtime node -o ./ -c src/",
"start": "el-borracho"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nextorigin/el-borracho-basic.git"
},
"keywords": [
"borracho",
"job",
"queue",
"bull",
"ui",
"api",
"stats",
"sidekiq",
"worker",
"redis",
"distributed",
"atomic"
],
"author": "doublerebel",
"license": "MIT",
"bugs": {
"url": "https://github.com/nextorigin/el-borracho-basic/issues"
},
"homepage": "https://github.com/nextorigin/el-borracho-basic#readme",
"dependencies": {
"el-borracho": "^2.3.0",
"el-borracho-stats": "^2.0.0",
"el-borracho-ui": "^1.3.1",
"errify": "^1.0.0",
"nextorigin-express-skeleton": "^0.16.1",
"source-map-support": "^0.4.17"
}
}