{
  "name": "karma-sharding",
  "version": "4.4.0",
  "description": "Karma plugin to allow tests to be distributed across multiple browsers",
  "engines": {
    "node": ">=6"
  },
  "main": "index.js",
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "scripts": {
    "clean": "if [ -d './coverage' ]; then rm -rf './coverage'; fi",
    "karma": "./node_modules/.bin/karma start",
    "lint": "./node_modules/.bin/eslint --fix --config .eslintrc.json lib/\\*.js test/\\*.js index.js",
    "test": "npm run clean && npm run lint && npm run karma"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rschuft/karma-sharding.git"
  },
  "keywords": [
    "karma",
    "karma-coverage",
    "karma-sharding",
    "karma-plugin"
  ],
  "contributors": [
    {
      "name": "Ryan Schuft",
      "email": "ryan.schuft@gmail.com",
      "url": "https://github.com/rschuft"
    },
    {
      "name": "Mikhail Zheludev",
      "email": "jbubsk@gmail.com",
      "url": "https://github.com/jbubsk"
    }
  ],
  "maintainers": [
    {
      "name": "Ryan Schuft",
      "email": "ryan.schuft@gmail.com",
      "url": "https://github.com/rschuft"
    }
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rschuft/karma-sharding/issues"
  },
  "homepage": "https://github.com/rschuft/karma-sharding#readme",
  "optionalDependencies": {
    "karma-coverage": "^1.1.1"
  },
  "dependencies": {
    "lodash": "^4.17.4"
  },
  "devDependencies": {
    "eslint": "^4.16.0",
    "eslint-plugin-security": "^1.4.0",
    "jasmine-core": "^2.9.1",
    "karma": "^2.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-jasmine": "^1.1.0"
  }
}
