aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 902e1b522c83a4b5d2c32bedcbb26bdb7d051eac (plain) (blame)
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.1.0",
  "description": "Minimal black terminal 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"
  }
}