{
  "name": "chromium-installer",
  "version": "0.8.1",
  "engines": {
    "node": ">8.9.1"
  },
  "description": "Download install or update the latest Chromium",
  "main": "installer-updater.js",
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "chromium",
    "install",
    "update",
    "windows",
    "linux",
    "android"
  ],
  "author": "crafter999",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/crafter999/chromium-installer"
  },
  "homepage": "https://github.com/crafter999/chromium-installer",
  "dependencies": {
    "mkdirp": "^1.0.4",
    "yauzl": "^2.10.0"
  },
  "bin": {
    "chromium-installer-updater": "./installer-updater.js"
  },
  "devDependencies": {
    "jest": "^24.9.0"
  }
}
