30 lines
690 B
JSON
30 lines
690 B
JSON
{
|
|
"name": "thelounge-theme-lrz",
|
|
"version": "1.1.9",
|
|
"description": "Custom personal theme",
|
|
"main": "package.json",
|
|
"thelounge": {
|
|
"name": "LRZ",
|
|
"type": "theme",
|
|
"css": "theme.css",
|
|
"themeColor": "#002b36"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://git.yetaga.in/alazyreader/thelounge-theme-lzr",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.yetaga.in/alazyreader/thelounge-theme-lzr.git"
|
|
},
|
|
"keywords": [
|
|
"thelounge",
|
|
"thelounge-theme"
|
|
],
|
|
"devDependencies": {
|
|
"stylelint": "^13.1.0",
|
|
"stylelint-config-standard": "^22.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "stylelint theme.css"
|
|
}
|
|
}
|