{
  "name": "xvfb-maybe",
  "version": "0.2.1",
  "description": "Runs xvfb-run only if you need to, useful for Electron unit tests",
  "bin": {
    "xvfb-maybe": "./src/xvfb-maybe.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/paulcbetts/xvfb-maybe"
  },
  "keywords": [
    "xvfb",
    "electron"
  ],
  "author": "Paul Betts <paul@paulbetts.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/paulcbetts/xvfb-maybe/issues"
  },
  "homepage": "https://github.com/paulcbetts/xvfb-maybe",
  "dependencies": {
    "debug": "^2.2.0",
    "which": "^1.2.4"
  },
  "devDependencies": {
    "babel-eslint": "^5.0.0",
    "eslint": "^2.1.0"
  }
}
