summaryrefslogtreecommitdiffstats
path: root/package.json
blob: fd83b19657632dc2de2486bb2bf84e456f39480f (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.1",
  "private": true,
  "main": "package.json",
  "license": "MIT",
  "devDependencies": {
    "stylelint": "^13.11.0",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-order": "^4.1.0"
  },
  "thelounge": {
    "name": "Vulpes One",
    "type": "theme",
    "css": "theme.css",
    "themeColor": "#1a1a1a"
  }
}