aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 43f37b999aa0f17c387567ecc84453070fc28a88 (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
{
  "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"
  },
  "devDependencies": {
    "stylelint": "^9.2.0",
    "stylelint-config-standard": "^18.2.0"
  },
  "scripts": {
    "test": "stylelint crypto.css"
  }
}