{
  "name": "run-headless-chromium",
  "version": "0.1.1",
  "description": "Run Chromium or Google Chrome in headless mode and forward the JS console output to the standard output.",
  "author": "Rob Wu <rob@robwu.nl> (https://robwu.nl/)",
  "bin": "./run-headless-chromium.js",
  "main": "./headless-chromium.js",
  "license": "MIT",
  "repository": "https://github.com/CodeYellowBV/run-headless-chromium",
  "dependencies": {
    "rimraf": "2.2.8",
    "which": "1.0.5",
    "xvfb": "0.2.3"
  }
}
