@ebay/browserslist-config
Version:
The Browserslist config for eBay.
38 lines (37 loc) • 863 B
JSON
{
"name": "@ebay/browserslist-config",
"version": "2.11.0",
"description": "The Browserslist config for eBay.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/eBay/browserslist-config"
},
"keywords": [
"browsers",
"browserslist",
"config",
"ebay"
],
"author": "Sean Gates <oregonwebdev@gmail.com>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/eBay/browserslist-config/issues"
},
"homepage": "https://github.com/eBay/browserslist-config#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"browserslist": "^4.16.4",
"eslint": "^7.24.0",
"eslint-config-ebay": "^1.1.2",
"jest": "^26.6.3"
},
"dependencies": {}
}