{
  "name": "gulp-multi-process",
  "version": "1.4.0",
  "homepage": "http://github.com/juanfran/gulp-multi-process",
  "repository": "git://github.com/juanfran/gulp-multi-process.git",
  "author": {
    "name": "Juanfran Alcántara"
  },
  "description": "Run gulp tasks in separate cpu processes",
  "main": "index.js",
  "scripts": {
    "test": "mocha ./test/main.js"
  },
  "keywords": [
    "gulpplugin",
    "speed",
    "performance",
    "child-process",
    "multi-process",
    "threads",
    "spawn",
    "fork",
    "gulp",
    "parallel"
  ],
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.2.0",
    "gulp": "^4.0.2",
    "gulp-cli": "^2.3.0",
    "mocha": "^6.2.2"
  },
  "dependencies": {
    "async": "^3.2.0"
  }
}
