biased-opener
Version:
Cross-platform, opens a URL with one of the browsers passed as parameter (if available in the system), preferably default browser of the user
42 lines (41 loc) • 997 B
JSON
{
"name": "biased-opener",
"version": "0.2.8",
"description": "Cross-platform, opens a URL with one of the browsers passed as parameter (if available in the system), preferably default browser of the user",
"author": "Jakub Gieryluk <jakub.g.opensource@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/jakub-g/biased-opener",
"repository": {
"type": "git",
"url": "https://github.com/jakub-g/biased-opener.git"
},
"bugs": {
"url": "https://github.com/jakub-g/biased-opener/issues"
},
"bin": "bin/biased-opener.js",
"main": "index.js",
"scripts": {
"lint": "jshint index.js",
"test": "npm run lint"
},
"keywords": [
"browser",
"opener",
"launcher",
"windows",
"ubuntu",
"linux",
"macos",
"macosx",
"biased",
"webkit"
],
"devDependencies": {
"jshint": "2.5.10"
},
"dependencies": {
"browser-launcher2": "~0.4.6",
"minimist": "^1.2.0",
"x-default-browser": "~0.3.0"
}
}