thelounge-theme-newnet/package.json

32 lines
741 B
JSON
Raw Normal View History

2017-06-16 08:40:29 +00:00
{
"name": "lounge-theme-solarized",
2017-11-27 17:58:05 +00:00
"version": "1.0.9",
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",
"homepage": "https://github.com/thelounge/lounge-theme-solarized",
"repository": {
"type": "git",
"url": "git+https://github.com/thelounge/lounge-theme-solarized.git"
},
"keywords": [
"thelounge",
"thelounge-theme"
2017-06-16 08:40:29 +00:00
],
"bugs": {
"url": "https://github.com/thelounge/lounge-theme-solarized/issues"
},
"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"
}
}