32 lines
733 B
JSON
32 lines
733 B
JSON
{
|
|
"name": "lounge-theme-solarized",
|
|
"version": "1.0.4",
|
|
"description": "A simple theme with Solarized colours",
|
|
"main": "package.json",
|
|
"lounge": {
|
|
"name": "Solarized",
|
|
"type": "theme",
|
|
"css": "theme.css"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/thelounge/lounge-theme-solarized",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/thelounge/lounge-theme-solarized.git"
|
|
},
|
|
"keywords": [
|
|
"lounge",
|
|
"lounge-theme"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/thelounge/lounge-theme-solarized/issues"
|
|
},
|
|
"devDependencies": {
|
|
"stylelint": "^7.11.1",
|
|
"stylelint-config-standard": "^16.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "stylelint theme.css"
|
|
}
|
|
}
|