{
  "name": "mocha.parallel",
  "version": "0.15.6",
  "description": "Run async mocha specs in parallel",
  "main": "lib/parallel.js",
  "scripts": {
    "test": "mocha spec/spec.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/danielstjules/mocha.parallel.git"
  },
  "keywords": [
    "mocha",
    "parallel",
    "async",
    "test",
    "spec"
  ],
  "author": "Daniel St. Jules <danielst.jules@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danielstjules/mocha.parallel/issues"
  },
  "homepage": "https://github.com/danielstjules/mocha.parallel",
  "peerDependencies": {
    "mocha": ">=2.2.5"
  },
  "dependencies": {
    "bluebird": "^2.9.34",
    "semaphore": "^1.0.5"
  },
  "devDependencies": {
    "dirmap": "0.0.2"
  }
}
