UNPKG

browser-names

Version:

Get the alternative names of a browser

33 lines (32 loc) 758 B
{ "name": "browser-names", "version": "1.1.0", "description": "Get the alternative names of a browser", "license": "MIT", "author": "Vincent Weevers", "scripts": { "test": "standard && node test", "list-all": "node -p \"require('.').all()\"", "list-common": "node -p \"require('.').common.all()\"", "list-title": "node -p \"require('.').title.all()\"" }, "dependencies": {}, "devDependencies": { "standard": "^14.3.1", "tape": "^4.13.0" }, "repository": { "type": "git", "url": "https://github.com/airtap/browser-names.git" }, "homepage": "https://github.com/airtap/browser-names", "keywords": [ "aliases", "browser", "browsers", "names" ], "engines": { "node": ">=8" } }