{
  "_from": "concurrently@^3.5.1",
  "_id": "concurrently@3.6.0",
  "_inBundle": false,
  "_integrity": "sha512-6XiIYtYzmGEccNZFkih5JOH92jLA4ulZArAYy5j1uDSdrPLB3KzdE8GW7t2fHPcg9ry2+5LP9IEYzXzxw9lFdA==",
  "_location": "/concurrently",
  "_phantomChildren": {
    "color-convert": "1.9.2",
    "escape-string-regexp": "1.0.5",
    "has-flag": "3.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "concurrently@^3.5.1",
    "name": "concurrently",
    "escapedName": "concurrently",
    "rawSpec": "^3.5.1",
    "saveSpec": null,
    "fetchSpec": "^3.5.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/concurrently/-/concurrently-3.6.0.tgz",
  "_shasum": "c25e34b156a9d5bd4f256a0d85f6192438ae481f",
  "_spec": "concurrently@^3.5.1",
  "_where": "/Users/oliversawin/simple-react-full-stack",
  "author": {
    "name": "Kimmo Brunfeldt"
  },
  "bin": {
    "concurrent": "./src/main.js",
    "concurrently": "./src/main.js"
  },
  "bugs": {
    "url": "https://github.com/kimmobrunfeldt/concurrently/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "^2.4.1",
    "commander": "2.6.0",
    "date-fns": "^1.23.0",
    "lodash": "^4.5.1",
    "read-pkg": "^3.0.0",
    "rx": "2.3.24",
    "spawn-command": "^0.0.2-1",
    "supports-color": "^3.2.3",
    "tree-kill": "^1.1.0"
  },
  "deprecated": false,
  "description": "Run commands concurrently",
  "devDependencies": {
    "chai": "^1.10.0",
    "eslint": "^4.19.1",
    "mocha": "^2.1.0",
    "mustache": "^1.0.0",
    "releasor": "^1.2.1",
    "semver": "^4.2.0",
    "shell-quote": "^1.4.3",
    "shelljs": "^0.3.0",
    "sinon": "^4.1.3",
    "string": "^3.0.0"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/kimmobrunfeldt/concurrently",
  "keywords": [
    "bash",
    "concurrent",
    "parallel",
    "concurrently",
    "command",
    "sh"
  ],
  "license": "MIT",
  "main": "src/main.js",
  "name": "concurrently",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kimmobrunfeldt/concurrently.git"
  },
  "scripts": {
    "echo": "echo",
    "echo-sound-beep": "echo beep",
    "echo-sound-boop": "echo boop",
    "echo-test": "echo test",
    "lint": "eslint .",
    "test": "mocha"
  },
  "version": "3.6.0"
}
