UNPKG

el-borracho-basic

Version:

One-line zero-config ElBorrachoJS UI+API+Stats metapackage

48 lines (47 loc) 1.19 kB
{ "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://git@github.com/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" } }