{
  "name": "proving-ground",
  "version": "1.0.0",
  "description": "Run JavaScript test files in parallel with the power of Perl's prove",
  "main": "index.js",
  "bin": "bin/proving-ground.js",
  "scripts": {
    "lint": "eslint .",
    "test": "tap -Rspec test/*.js --cov"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/RetailMeNotSandbox/proving-ground.git"
  },
  "engines": {
    "node": "^4.6 || ^6.9",
    "npm": "^2.0"
  },
  "bugs": {
    "url": "https://github.com/RetailMeNotSandbox/proving-ground/issues"
  },
  "homepage": "https://github.com/RetailMeNotSandbox/proving-ground#readme",
  "author": "RMN Engineering",
  "contributors": [
    "Lon Ingram <lingram@rmn.com>"
  ],
  "license": "MIT",
  "devDependencies": {
    "@retailmenot/core-ui-editorconfig": "^1.0.2",
    "@retailmenot/core-ui-eslintrc": "^5.0.0",
    "@retailmenot/core-ui-gitignore": "^1.0.1",
    "eslint": "^3.11.0",
    "mockery": "^2.0.0",
    "sinon": "^1.17.6",
    "tap": "^8.0.1"
  },
  "dependencies": {
    "yargs": "^6.5.0"
  },
  "keywords": []
}
