UNPKG

thelounge-theme-mininapse

Version:
36 lines (35 loc) 871 B
{ "name": "thelounge-theme-mininapse", "version": "2.0.24", "description": "A dark, minimal theme for thelounge", "main": "package.json", "thelounge": { "css": "mininapse.css", "name": "Mininapse", "type": "theme", "themeColor": "#282525" }, "license": "MIT", "homepage": "https://minidigger.github.io/thelounge-theme-mininapse", "repository": { "type": "git", "url": "git+https://github.com/MiniDigger/thelounge-theme-mininapse.git" }, "keywords": [ "thelounge", "thelounge-theme", "minidigger", "dark" ], "bugs": { "url": "https://github.com/MiniDigger/thelounge-theme-mininapse/issues" }, "devDependencies": { "stylelint": "^15.10.3", "stylelint-config-standard": "^34.0.0" }, "scripts": { "test": "stylelint mininapse.css", "fixLint": "stylelint mininapse.css --fix" } }