-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 860 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "browserslist-config-baseline",
"version": "0.5.0",
"description": "A browserslist config based on Web Platform Baseline.",
"license": "Apache-2.0",
"author": {
"name": "Alexander Pushkov",
"email": "browserslist-config-baseline@ale.sh"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/web-platform-dx/browserslist-config-baseline.git"
},
"bugs": {
"url": "https://github.com/web-platform-dx/browserslist-config-baseline/issues"
},
"scripts": {
"test": "node test.mjs",
"prepare-release": "npm version patch"
},
"keywords": [
"browserslist",
"browserslist-config",
"mozilla",
"baseline"
],
"devDependencies": {
"browserslist": "^4.23.1",
"prettier": "^3.3.2"
},
"dependencies": {
"baseline-browser-mapping": "^2.5.6"
}
}