{
  "name": "custom-login",
  "version": "4.1.0",
  "description": "A simple way to customize your WordPress wp-login.php screen!",
  "author": "Austin Passy",
  "license": "GPL-2.0-only",
  "scripts": {
    "eslint": "./vendor/thefrosty/wp-utilities/bin/eslint.sh"
  },
  "standard": {
    "globals": [
      "_",
      "jQuery",
      "wp"
    ]
  },
  "devDependencies": {
    "eslint": "~8.10.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-no-jquery": "^2.7.0",
    "standard": "^16.0.4"
  },
  "dependencies": {
    "animate.css": "4.1.1"
  }
}
