thelounge-theme-newnet/package.json

33 lines
816 B
JSON
Raw Normal View History

2018-09-07 11:44:20 +00:00
{
"name": "thelounge-theme-solarized",
2019-11-26 20:34:35 +00:00
"version": "1.0.43",
2018-09-07 11:44:20 +00:00
"description": "A simple theme with Solarized colours",
"main": "package.json",
"thelounge": {
"name": "Solarized",
"type": "theme",
2019-07-22 17:57:09 +00:00
"css": "theme.css",
"themeColor": "#002b36"
2018-09-07 11:44:20 +00:00
},
"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": {
2019-07-14 12:06:34 +00:00
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
2018-09-07 11:44:20 +00:00
},
"scripts": {
"test": "stylelint theme.css"
}
}