open-browsers
Version:
Attempts to open the browser with a given URL. On Mac OS X, attempts to reuse an existing Chrome tab via AppleScript.
50 lines (49 loc) • 915 B
JSON
{
"name": "open-browsers",
"version": "1.4.2",
"description": "Attempts to open the browser with a given URL. On Mac OS X, attempts to reuse an existing Chrome tab via AppleScript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/react-doc/open-browsers.git"
},
"keywords": [
"open-browsers",
"browsers",
"app",
"open",
"opn",
"opener",
"opens",
"launch",
"start",
"xdg",
"xdg",
"default",
"cmd",
"browser",
"editor",
"executable",
"exe",
"url",
"urls",
"arguments",
"args",
"spawn",
"exec",
"child",
"process",
"website",
"file"
],
"author": "",
"license": "MIT",
"dependencies": {
"colors-cli": "^1.0.32",
"cross-spawn": "^7.0.3",
"open": "^8.4.2"
}
}