-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 876 Bytes
/
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
{
"name": "gmail-userstyles",
"description": "Gmail One Dark by @thiagobraga",
"author": "Thiago Braga <[email protected]>",
"version": "0.4.0",
"private": true,
"license": "MIT",
"userstyle": {
"name": "Gmail One Dark by @thiagobraga",
"namespace": "https://github.com/thiagobraga",
"homepageURL": "https://github.com/thiagobraga/gmail-userstyles",
"supportURL": "https://github.com/thiagobraga/gmail-userstyles/issues",
"updateBaseURL": "https://github.com/thiagobraga/gmail-userstyles/raw/master/",
"match": {
"domain": "mail.google.com"
}
},
"devDependencies": {
"autoprefixer": "10.3.7",
"chokidar-cli": "3.0.0",
"font-awesome": "4.7.0",
"postcss": "8.4.12",
"postcss-cli": "9.1.0",
"stylus": "0.55.0",
"userstyle-gen": "0.1.2"
},
"resolutions": {
"yargs-parser": ">=13.1.2"
}
}