{
  "name": "thelounge-theme-asciiarena",
  "version": "1.0.0",
  "description": "A theme based on the Amiga UI",
  "main": "package.json",
  "thelounge": {
    "name": "Amiga",
    "type": "theme",
    "css": "amiga.css",
    "themeColor": "#bababa",
    "files": [
      "Topaz_a1200_v2.0.ttf"
    ]
  },
  "keywords": [
    "thelounge",
    "thelounge-theme",
    "amiga"
  ],
  "bugs": {
    "url": "https://www.asciiarena.se"
  },
  "devDependencies": {
    "stylelint": "^13.1.0",
    "stylelint-config-standard": "^22.0.0"
  },
  "scripts": {
    "test": "stylelint amiga.css"
  }
}
