{
  "name": "eslint-plugin-mocha-no-only",
  "version": "1.2.0",
  "description": "Warns when a .only function call is chained to a Mocha JavaScript test",
  "repository" : {
      "type" : "git",
      "url" : "https://github.com/lewazo/eslint-mocha-no-only.git"
  },
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "mocha",
    "no-only"
  ],
  "author": "Anthony Jean",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha tests --recursive"
  },
  "dependencies": {
    "requireindex": "~1.1.0"
  },
  "devDependencies": {
    "eslint": "~7.4.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "license": "ISC"
}
