mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +08:00
21 lines
535 B
JSON
21 lines
535 B
JSON
{
|
|
"name": "@github/browserslist-config",
|
|
"version": "1.0.0",
|
|
"description": "The GitHub browserslist config.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/github/browserslist-config.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "GitHub Inc.",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/github/browserslist-config/issues"
|
|
},
|
|
"homepage": "https://github.com/github/browserslist-config#readme"
|
|
}
|