blob: 16d3bc69d3ff21710dbb53aec7fe4491a0ca2eee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "thelounge-theme-crypto",
"version": "1.0.0",
"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"
}
}
|