diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..65af75e --- /dev/null +++ b/package.json | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | { | ||
| 2 | "name": "thelounge-theme-vulpes", | ||
| 3 | "version": "1.0.0", | ||
| 4 | "private": true, | ||
| 5 | "main": "package.json", | ||
| 6 | "license": "MIT", | ||
| 7 | "devDependencies": { | ||
| 8 | "stylelint": "^13.11.0", | ||
| 9 | "stylelint-config-standard": "^20.0.0", | ||
| 10 | "stylelint-order": "^4.1.0" | ||
| 11 | }, | ||
| 12 | "thelounge": { | ||
| 13 | "name": "Vulpes One", | ||
| 14 | "type": "theme", | ||
| 15 | "css": "theme.css", | ||
| 16 | "themeColor": "#1a1a1a" | ||
| 17 | } | ||
| 18 | } | ||
