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
|
{
"name": "thelounge-theme-crypto",
"version": "1.0.0",
"description": "Retro & high-contrast theme for The Lounge",
"main": "package.json",
"thelounge": {
"name": "Crypto",
"type": "theme",
"css": "crypto.css"
},
"license": "MIT",
"homepage": "https://github.com/thelounge/thelounge-theme-crypto#readme",
"repository": "https://github.com/thelounge/thelounge-theme-crypto",
"keywords": [
"thelounge",
"thelounge-theme"
],
"bugs": {
"url": "https://github.com/thelounge/thelounge-theme-crypto/issues"
},
"devDependencies": {
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
},
"scripts": {
"test": "stylelint crypto.css"
}
}
|