{
  "name": "grunt-run",
  "description": "Invite external commands into your grunt process with three tasks `run`, `wait` and `stop`.",
  "version": "0.8.1",
  "homepage": "https://github.com/spalger/grunt-run",
  "author": {
    "name": "Spencer Alger",
    "email": "spencer@spalger.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/spalger/grunt-run.git"
  },
  "scripts": {
    "build": "node scripts/build",
    "prepublish": "npm run build"
  },
  "bugs": {
    "url": "https://github.com/spalger/grunt-run/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/spalger/grunt-run/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "strip-ansi": "^3.0.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "child_process",
    "run",
    "exec"
  ],
  "devDependencies": {
    "@elastic/eslint-config-kibana": "^0.10.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-preset-env": "^1.6.0",
    "eslint": "^4.5.0",
    "eslint-plugin-babel": "^4.1.2",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "^20.0.3",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-react": "^7.3.0",
    "gulp-babel": "^7.0.0",
    "vinyl-fs": "^2.4.4"
  }
}
