{
  "name": "@cypress/xvfb",
  "version": "1.2.3",
  "private": false,
  "author": "Rob Wu <rob@robwu.nl> (https://robwu.nl)",
  "contributors": [
    "ProxV, Inc. <support@proxv.com> (http://proxv.com)"
  ],
  "description": "Easily start and stop an X Virtual Frame Buffer from your node apps.",
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cypress-io/xvfb.git"
  },
  "dependencies": {
    "debug": "^3.1.0",
    "lodash.once": "^4.1.1"
  },
  "license": "MIT",
  "scripts": {
    "test": "eslint **/*.js && mocha",
    "test-watch": "mocha watch",
    "semantic-release": "semantic-action pre && npm publish --access public && semantic-action post",
    "commit": "commit-wizard",
    "demo": "node ./demo"
  },
  "devDependencies": {
    "bluebird": "^3.5.1",
    "chai": "^4.1.2",
    "condition-circle": "1.5.0",
    "eslint": "^4.13.1",
    "eslint-plugin-cypress-dev": "^1.1.2",
    "eslint-plugin-mocha": "^4.11.0",
    "mocha": "^3.5.0",
    "npm-utils": "^2.0.0",
    "pre-git": "^3.15.0",
    "semantic-action": "^1.1.0",
    "simple-commit-message": "^3.0.2"
  },
  "release": {
    "verifyConditions": "condition-circle",
    "analyzeCommits": "simple-commit-message"
  },
  "config": {
    "pre-git": {
      "commit-msg": "simple",
      "pre-commit": [
        "npm test"
      ],
      "pre-push": [],
      "post-commit": [],
      "post-checkout": [],
      "post-merge": []
    }
  }
}
