chrome-paths
Version:
Possible paths or binary names of Chrome, Chrome Canary and Chromium in the current platform
43 lines (42 loc) • 794 B
JSON
{
"name": "chrome-paths",
"version": "1.0.1",
"description": "Possible paths or binary names of Chrome, Chrome Canary and Chromium in the current platform",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"repository": "shinnn/chrome-paths",
"license": "ISC",
"scripts": {
"pretest": "eslint .",
"test": "node test.js"
},
"files": [
"index.js"
],
"keywords": [
"chrome",
"chromium",
"canary",
"darwin",
"macos",
"linux",
"windown",
"cross-platform",
"path",
"paths",
"locate",
"location",
"executable"
],
"dependencies": {
"karma-chrome-launcher": "^2.2.0"
},
"devDependencies": {
"@shinnn/eslint-config": "^6.8.9",
"eslint": "^5.12.1",
"isexe": "^2.0.0",
"tape": "^4.9.2"
},
"eslintConfig": {
"extends": "@shinnn"
}
}