-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 KB
/
package.json
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
36
37
38
39
40
41
42
43
44
{
"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 <[email protected]>",
"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'));\""
}
}