thelounge-theme-nord/package.json

31 lines
675 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",
2021-08-03 12:21:04 -04:00
"description": "Nordify your lounge.",
2024-09-23 21:35:51 -04:00
"version": "1.2.1",
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
],
"homepage": "https://git.hl.srp.life/srp/thelounge-theme-nord",
2019-10-17 17:02:22 -04:00
"repository": {
"type": "git",
"url": "git+https://git.hl.srp.life/srp/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": {
2022-04-24 22:42:31 -04:00
"stylelint": "^14.7.1",
"stylelint-config-standard": "^25.0.0"
2019-10-17 17:02:22 -04:00
},
"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
}
}