{
  "name": "grunt-contrib-qunit",
  "description": "Run QUnit unit tests in a headless Chrome instance",
  "version": "10.2.0",
  "author": {
    "name": "Grunt Team",
    "url": "https://gruntjs.com/"
  },
  "repository": "https://github.com/gruntjs/grunt-contrib-qunit.git",
  "license": "MIT",
  "engines": {
    "node": ">=18"
  },
  "main": "tasks/qunit.js",
  "scripts": {
    "test": "eslint . && grunt test --stack"
  },
  "dependencies": {
    "eventemitter2": "^6.4.9",
    "puppeteer": "^24.0.0"
  },
  "overrides": {
    "eslint-plugin-pabigot": "^1.1.0"
  },
  "devDependencies": {
    "difflet": "^1.0.1",
    "eslint-config-grunt": "^2.0.1",
    "eslint-plugin-pabigot": "^1.1.0",
    "eslint": "^8.57.0",
    "grunt": "^1.6.1",
    "grunt-contrib-connect": "^5.0.0",
    "grunt-shell": "^4.0.0",
    "qunit": "^2.21.0"
  },
  "keywords": [
    "gruntplugin"
  ],
  "files": [
    "tasks",
    "chrome"
  ],
  "appveyor_id": "3vd43779joyj6qji"
}
