thelounge-theme-nord/package.json

31 lines
683 B
JSON
Raw Normal View History

2019-10-17 17:02:22 -04:00
{
2021-08-03 10:46:58 -04:00
"name": "thelounge-theme-nord",
"description": "Nord theme for thelounge",
2021-08-03 11:56:37 -04:00
"version": "1.0.6",
2019-10-17 17:02:22 -04:00
"keywords": [
"thelounge",
2021-08-03 10:46:58 -04:00
"thelounge-theme",
"nord"
2019-10-17 17:02:22 -04:00
],
2021-08-03 10:46:58 -04:00
"homepage": "https://github.com/SeraphimRP/thelounge-theme-nord",
2019-10-17 17:02:22 -04:00
"repository": {
"type": "git",
2021-08-03 10:46:58 -04:00
"url": "git+https://github.com/SeraphimRP/thelounge-theme-nord.git"
2019-10-17 17:02:22 -04:00
},
"license": "MIT",
"main": "package.json",
"thelounge": {
2021-08-03 10:46:58 -04:00
"name": "Nord",
2019-10-17 17:02:22 -04:00
"type": "theme",
2021-08-03 10:46:58 -04:00
"css": "nord.css"
2019-10-17 17:02:22 -04:00
},
"devDependencies": {
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
},
"scripts": {
2021-08-03 10:46:58 -04:00
"test": "stylelint nord.css",
"format": "stylelint --fix nord.css"
2019-10-17 17:02:22 -04:00
}
}