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.",
|
2021-08-03 12:24:25 -04:00
|
|
|
"version": "1.1.0",
|
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": {
|
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
|
|
|
}
|
|
|
|
}
|