UNPKG

browserslist-config-google

Version:
45 lines (44 loc) 1.06 kB
{ "name": "browserslist-config-google", "version": "3.1.1", "description": "Google / Google Workspace Browserslist Shared Config", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/awkaiser/browserslist-config-google.git" }, "keywords": [ "browserslist-config", "browserslist", "google", "babel-preset-env", "babel", "chrome", "safari", "edge", "firefox", "workspace", "gsuite", "autoprefixer", "stylelint", "browser", "apple", "mozilla", "microsoft" ], "author": "August \"Kai\" Kaiser <awkaiser@users.noreply.github.com>", "license": "MIT", "bugs": { "url": "https://github.com/awkaiser/browserslist-config-google/issues" }, "homepage": "https://github.com/awkaiser/browserslist-config-google", "files": [ "index.js" ], "devDependencies": { "browserslist": "^4.24.3" }, "scripts": { "supported": "node -e \"var bl = require('browserslist'); console.log(bl(require('./index')).join('\\n'));\"" } }