thelounge-theme-newnet/package.json

32 lines
733 B
JSON
Raw Normal View History

2017-06-16 08:40:29 +00:00
{
"name": "lounge-theme-solarized",
2017-09-23 17:05:16 +00:00
"version": "1.0.6",
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-06-28 17:23:18 +00:00
"lounge": {
"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": [
"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"
}
}