2017-06-16 08:40:29 +00:00
|
|
|
{
|
2017-12-23 19:57:14 +00:00
|
|
|
"name": "thelounge-theme-solarized",
|
2018-02-10 19:35:12 +00:00
|
|
|
"version": "1.0.13",
|
2017-06-16 08:40:29 +00:00
|
|
|
"description": "A simple theme with Solarized colours",
|
2017-06-25 09:24:37 +00:00
|
|
|
"main": "package.json",
|
2017-10-01 04:22:08 +00:00
|
|
|
"thelounge": {
|
2017-06-28 17:23:18 +00:00
|
|
|
"name": "Solarized",
|
|
|
|
"type": "theme",
|
|
|
|
"css": "theme.css"
|
|
|
|
},
|
2017-06-16 08:40:29 +00:00
|
|
|
"license": "MIT",
|
2017-12-23 19:57:14 +00:00
|
|
|
"homepage": "https://github.com/thelounge/thelounge-theme-solarized",
|
2017-06-16 08:40:29 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-12-23 19:57:14 +00:00
|
|
|
"url": "git+https://github.com/thelounge/thelounge-theme-solarized.git"
|
2017-06-16 08:40:29 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2017-10-01 04:22:08 +00:00
|
|
|
"thelounge",
|
|
|
|
"thelounge-theme"
|
2017-06-16 08:40:29 +00:00
|
|
|
],
|
|
|
|
"bugs": {
|
2017-12-23 19:57:14 +00:00
|
|
|
"url": "https://github.com/thelounge/thelounge-theme-solarized/issues"
|
2017-06-16 08:40:29 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-11-26 12:29:53 +00:00
|
|
|
"stylelint": "^8.3.0",
|
|
|
|
"stylelint-config-standard": "^18.0.0"
|
2017-06-16 08:40:29 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "stylelint theme.css"
|
|
|
|
}
|
|
|
|
}
|