UNPKG

beelzebub

Version:
102 lines (101 loc) 2.37 kB
{ "name": "beelzebub", "version": "1.0.4", "description": "One Hell of a Task Master!", "main": "index.js", "bin": { "bz": "./bin/beelzebub", "beelzebub": "./bin/beelzebub" }, "license": "MIT", "homepage": "https://github.com/jstty/beelzebub#readme", "keywords": [ "node.js", "javascript", "beelzebub", "beelzebub.io", "taskmaster", "task", "tasks", "tasker", "builder", "gulp", "streams" ], "author": { "name": "Joseph E. Sutton", "email": "joe@jstty.com", "url": "http://www.jstty.com" }, "maintainers": [ { "name": "jstty", "email": "joe@jstty.com" } ], "bugs": { "url": "https://github.com/jstty/beelzebub/issues" }, "repository": { "type": "git", "url": "git+https://github.com/jstty/beelzebub.git" }, "scripts": { "prepublishOnly": "node ./scripts/run.js prepublish", "build": "node ./scripts/run.js build", "test": "node ./scripts/run.js test", "coveralls": "node ./scripts/run.js coveralls" }, "dependencies": { "babel-runtime": "^6.26.0", "chalk": "^2.4.2", "cli-table3": "^0.5.0", "co": "^4.6.0", "lodash": "^4.17.15", "sparkline": "^0.2.0", "stream-to-promise": "^2.2.0", "strftime": "^0.10.0", "stumpy": "^0.7.1", "when": "^3.7.8", "yargs": "^13.3.0" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^10.0.2", "babel-plugin-transform-decorators-legacy": "~1.3.4", "babel-plugin-transform-runtime": "~6.23.0", "babel-polyfill": "~6.26.0", "babel-preset-es2015": "~6.24.1", "babel-preset-stage-3": "~6.24.1", "babel-register": "~6.26.0", "chai": "~4.2.0", "coveralls": "^3.0.5", "docdash": "^0.4.0", "docdown": "^0.7.2", "eslint": "^6.0.1", "eslint-config-standard": "^13.0.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^9.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "~4.0.0", "glob": "^7.1.2", "ink-docstrap": "^1.3.0", "istanbul": "~0.4.5", "jsdoc": "^3.5.4", "mocha": "^6.2.0", "shelljs": "~0.8.3" }, "engines": { "node": ">=6" }, "babel": { "presets": [ "es2015", "stage-3" ], "plugins": [ "transform-runtime", "transform-decorators-legacy" ] } }