{
  "name": "parallel-cucumber",
  "description": "Executes Cucumber scenarios in parrallel, reducing the amount of time tests take to execute",
  "keywords": [
    "cucumber",
    "cucumber-js",
    "grid",
    "parallel",
    "scale"
  ],
  "version": "1.1.0",
  "homepage": "http://github.com/simondean/parallel-cucumber-js",
  "author": {
    "name" : "Simon Dean",
    "email" : "simon@simondean.org",
    "url" : "http://www.simondean.org"
  },
  "contributors": [],
  "repository": {
    "type": "git",
    "url": "git://github.com/simondean/parallel-cucumber-js.git"
  },
  "bugs": {
    "url": "http://github.com/simondean/parallel-cucumber-js/issues"
  },
  "directories": {
    "lib": "./lib"
  },
  "main": "./lib/parallel-cucumber",
  "engines": {
    "node": ">=0.8.19"
  },
  "dependencies": {
    "yargs": "~1.2.6",
    "async": "~0.9.0",
    "glob": "~4.0.2",
    "debug": "~1.0.2",
    "js-yaml": "~3.0.2",
    "colors": "~0.6.2",
    "gherkin": "~4.0.0"
  },
  "peerDependencies": {
    "cucumber": "~1.3.3"
  },
  "devDependencies": {
    "grunt-cli": "~0.1.13",
    "grunt": "~0.4.4",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "~0.4.1",
    "grunt-shell": "~0.7.0",
    "deep-diff": "~0.3.4",
    "diff": "~1.0.8",
    "stripcolorcodes": "~0.1.0"
  },
  "bin": {
    "parallel-cucumber-js": "./bin/parallel-cucumber-js"
  },
  "scripts": {
    "test": "grunt test"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/simondean/parallel-cucumber/LICENSE"
    }
  ]
}
