{ "name": "which-electron", "version": "1.0.0", "description": "Guess which electron version is bundled in an application", "main": "index.js", "bin": { "which-electron": "index.js" }, "scripts": { "test": "kuta tests/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/captn3m0/which-electron.git" }, "keywords": [ "find", "electron", "version", "electron", "audit" ], "author": "Nemo ", "license": "MIT", "bugs": { "url": "https://github.com/captn3m0/which-electron/issues" }, "homepage": "https://github.com/captn3m0/which-electron#readme", "dependencies": { "asar": "^3.0.3", "electron-fingerprints": "^1.0.0", "elfinfo": "*", "hasha": "^5.2.2", "macho": "^1.4.0", "node-7z": "^3.0.0" }, "devDependencies": { "kuta": "*" } }