thelounge-theme-nord/package.json
2021-08-03 10:52:48 -04:00

31 lines
683 B
JSON

{
"name": "thelounge-theme-nord",
"description": "Nord theme for thelounge",
"version": "1.0.4",
"keywords": [
"thelounge",
"thelounge-theme",
"nord"
],
"homepage": "https://github.com/SeraphimRP/thelounge-theme-nord",
"repository": {
"type": "git",
"url": "git+https://github.com/SeraphimRP/thelounge-theme-nord.git"
},
"license": "MIT",
"main": "package.json",
"thelounge": {
"name": "Nord",
"type": "theme",
"css": "nord.css"
},
"devDependencies": {
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
},
"scripts": {
"test": "stylelint nord.css",
"format": "stylelint --fix nord.css"
}
}