-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1008 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
31
32
{
"name": "google-calendar-userstyles",
"description": "🗓 One Dark theme for Google Calendar",
"author": "Thiago Braga <[email protected]>",
"version": "0.4.0",
"private": true,
"license": "MIT",
"userstyle": {
"name": "Google Calendar One Dark",
"namespace": "https://github.com/thiagobraga",
"homepageURL": "https://github.com/thiagobraga/google-calendar-userstyles",
"supportURL": "https://github.com/thiagobraga/google-calendar-userstyles/issues",
"updateBaseURL": "https://github.com/thiagobraga/google-calendar-userstyles/raw/master/",
"match": {
"domain": "calendar.google.com"
}
},
"devDependencies": {
"autoprefixer": "10.3.7",
"chokidar-cli": "3.0.0",
"font-awesome": "4.7.0",
"postcss": "8.3.11",
"postcss-cli": "9.0.2",
"stylus": "0.55.0",
"userstyle-gen": "0.1.2"
},
"resolutions": {
"ansi-regex": "2.1.1",
"yargs-parser": ">=13.1.2",
"nanoid": ">=3.1.31"
}
}