{
  "name": "puppeteer-github",
  "version": "0.0.5",
  "description": "GitHub automation driven by headless chrome.",
  "main": "index.js",
  "repository": "transitive-bullshit/puppeteer-github",
  "author": "Travis Fischer <travis@automagical.ai>",
  "license": "MIT",
  "scripts": {
    "docs": "update-markdown-jsdoc",
    "test": "ava -v && standard"
  },
  "engines": {
    "node": ">=8"
  },
  "keywords": [
    "puppeteer",
    "github"
  ],
  "devDependencies": {
    "ava": "^0.25.0",
    "standard": "^11.0.0",
    "update-markdown-jsdoc": "^1.0.2"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.2",
    "delay": "^2.0.0",
    "get-repository-url": "^1.0.1",
    "ow": "^0.3.0",
    "p-retry": "^2.0.0",
    "parse-github-url": "^1.0.2",
    "puppeteer": "^1.4.0",
    "puppeteer-email": "^0.0.5"
  }
}
