{
  "name": "spawn-mocha-parallel",
  "version": "1.3.1",
  "description": "Spawn mocha child processes in parallel.",
  "main": "lib/index.js",
  "scripts": {
    "test": ""
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/sebv/spawn-mocha-parallel.git"
  },
  "keywords": [
    "mocha",
    "spawn",
    "process",
    "parallel",
    "gulp"
  ],
  "author": {
    "name": "seb vincent",
    "email": "sebv@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sebv/spawn-mocha-parallel/issues"
  },
  "homepage": "https://github.com/sebv/spawn-mocha-parallel",
  "dependencies": {
    "async": "~0.9.0",
    "colors": "^1.0.3",
    "lodash": "^3.3.1",
    "mocha": "^2.1.0",
    "split": "^0.3.3",
    "stream-buffers": "^2.1.0",
    "through": "^2.3.6"
  },
  "devDependencies": {
    "fixture-stdout": "^0.2.1",
    "from": "^0.1.3",
    "gulp": "^3.8.8",
    "q": "^1.1.2",
    "run-sequence": "^1.0.1",
    "vinyl": "^0.4.3"
  },
  "engines": {
    "node": ">= 0.9.0"
  }
}
