blob: 83e530abe61c4fa24edc97b38dc91332143947d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "thelounge-theme-vulpes",
"version": "1.0.3",
"private": true,
"main": "package.json",
"license": "MIT",
"devDependencies": {
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-order": "^5.0.0"
},
"thelounge": {
"name": "Vulpes One",
"type": "theme",
"css": "theme.css",
"themeColor": "#1a1a1a"
}
}
|