browser-version.sh
Version:
Detect latest browser versions with this handy BASH script
25 lines (24 loc) • 671 B
JSON
{
"name": "browser-version.sh",
"version": "1.0.0",
"description": "Detect latest browser versions with this handy BASH script",
"bin": {
"browser-version": "./browser-version.sh"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DamonOehlman/browser-version.sh.git"
},
"keywords": [
"browser-version"
],
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/DamonOehlman/browser-version.sh/issues"
},
"homepage": "https://github.com/DamonOehlman/browser-version.sh#readme"
}