thelounge-theme-newnet/package.json

32 lines
786 B
JSON

{
"name": "thelounge-theme-solarized",
"version": "1.0.38",
"description": "A simple theme with Solarized colours",
"main": "package.json",
"thelounge": {
"name": "Solarized",
"type": "theme",
"css": "theme.css"
},
"license": "MIT",
"homepage": "https://github.com/thelounge/thelounge-theme-solarized",
"repository": {
"type": "git",
"url": "git+https://github.com/thelounge/thelounge-theme-solarized.git"
},
"keywords": [
"thelounge",
"thelounge-theme"
],
"bugs": {
"url": "https://github.com/thelounge/thelounge-theme-solarized/issues"
},
"devDependencies": {
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
},
"scripts": {
"test": "stylelint theme.css"
}
}