{
  "name": "flamebird",
  "version": "2.1.4",
  "description": "wonderful task manager for Procfile-based or npm-based applications",
  "main": "flamebird.js",
  "scripts": {
    "webpack": "node_modules/.bin/webpack",
    "lint-js-fix": "yarn lint-js --fix",
    "lint-js": "eslint .",
    "build-prod": "yarn webpack --config webpack.config.js -p",
    "postinstall": "node postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/acacode/flamebird.git"
  },
  "keywords": [
    "task",
    "tasks",
    "procfile",
    "taskmanager",
    "taskrunner",
    "foreman",
    "node-foreman",
    "npm-package",
    "js",
    "task-manager",
    "task-sheduler",
    "job-sheduler",
    "nodejs-utility",
    "task-utility",
    "node-process",
    "process-manager",
    "manager",
    "process-runner",
    "process-run"
  ],
  "author": "Sergey Volkov",
  "bin": {
    "flamebird": "flamebird.js",
    "fb": "flamebird.js"
  },
  "license": "MIT",
  "dependencies": {
    "body-parser": "1.18.2",
    "colors": "1.2.3",
    "commander": "2.19.0",
    "express": "4.16.3",
    "lodash": "4.17.5",
    "moment": "2.22.1",
    "opn": "5.3.0",
    "tree-kill": "1.2.0",
    "uuid": "3.3.2",
    "ws": "5.1.1"
  },
  "devDependencies": {
    "ajv": "^6.0.0",
    "babel-cli": "6.26.0",
    "babel-core": "6.26.0",
    "babel-eslint": "8.2.1",
    "babel-loader": "7.1.5",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-plugin-transform-export-extensions": "6.22.0",
    "babel-plugin-transform-object-rest-spread": "6.26.0",
    "babel-plugin-transform-runtime": "6.23.0",
    "babel-polyfill": "6.9.1",
    "babel-preset-env": "1.7.0",
    "babel-preset-es2015": "6.24.1",
    "babel-runtime": "6.26.0",
    "css-loader": "1.0.0",
    "eslint": "4.18.0",
    "eslint-config-prettier": "2.9.0",
    "eslint-config-standard": "11.0.0",
    "eslint-plugin-import": "2.9.0",
    "eslint-plugin-node": "6.0.1",
    "eslint-plugin-prettier": "2.5.0",
    "eslint-plugin-promise": "3.6.0",
    "eslint-plugin-standard": "3.0.1",
    "extract-text-webpack-plugin": "4.0.0-beta.0",
    "prettier": "1.10.2",
    "style-loader": "0.21.0",
    "webpack": "4.8.2",
    "webpack-cli": "2.1.3"
  },
  "directories": {
    "lib": "lib"
  },
  "bugs": {
    "url": "https://github.com/acacode/flamebird/issues"
  },
  "homepage": "https://github.com/acacode/flamebird"
}
