thelounge-theme-newnet/package.json

32 lines
754 B
JSON
Raw Normal View History

2017-06-16 08:40:29 +00:00
{
2017-12-23 19:57:14 +00:00
"name": "thelounge-theme-solarized",
2018-06-14 18:42:38 +00:00
"version": "1.0.27",
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",
"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": [
"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": {
2018-04-14 07:21:33 +00:00
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0"
2017-06-16 08:40:29 +00:00
},
"scripts": {
"test": "stylelint theme.css"
}
}