{
  "name": "qunit-phantomjs-runner",
  "version": "2.4.2",
  "description": "A PhantomJS-powered headless test runner for QUnit",
  "main": "runner.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jonkemp/qunit-phantomjs-runner.git"
  },
  "keywords": [
    "qunit",
    "phantomjs",
    "test",
    "testing"
  ],
  "author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jonkemp/qunit-phantomjs-runner/issues"
  },
  "homepage": "https://github.com/jonkemp/qunit-phantomjs-runner",
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-eslint": "^6.0.0",
    "gulp-mocha": "^7.0.2",
    "mocha": "^8.1.3",
    "phantomjs-prebuilt": "^2.1.16",
    "qunit": "^2.11.3",
    "qunitjs": "^2.4.1",
    "xml2js": "^0.4.23"
  },
  "dependencies": {
    "qunit-reporter-junit": "^1.1.1"
  }
}
