{
  "name": "capture-electron",
  "description": "Capture screenshots using electron",
  "version": "4.0.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/juliangruber/capture-electron.git"
  },
  "scripts": {
    "test": "tap --reporter=tap test.js && npm run lint",
    "lint": "prettier-standard '**/*.js' && standard"
  },
  "homepage": "https://github.com/juliangruber/capture-electron",
  "main": "index.js",
  "dependencies": {
    "electron": "^15.1.2",
    "safe-buffer": "^5.1.1",
    "shell-escape": "^0.2.0"
  },
  "devDependencies": {
    "prettier-standard": "^8.0.1",
    "standard": "^11.0.1",
    "tap": "^12.0.1"
  },
  "keywords": [
    "electron",
    "screenshot",
    "headless"
  ],
  "author": {
    "name": "Julian Gruber",
    "email": "mail@juliangruber.com",
    "url": "http://juliangruber.com"
  },
  "license": "MIT"
}
