thelounge-theme-newnet/package.json

33 lines
743 B
JSON
Raw Normal View History

2019-01-15 16:51:18 +00:00
{
2024-08-28 22:18:02 +00:00
"name": "thelounge-theme-newnet",
2024-08-29 19:59:24 +00:00
"version": "1.0.18",
2024-08-28 22:04:21 +00:00
"description": "A simple theme with Newnet Website style",
2019-01-15 16:51:18 +00:00
"main": "package.json",
"thelounge": {
2024-08-28 22:04:21 +00:00
"name": "Newnet",
2019-01-15 16:51:18 +00:00
"type": "theme",
"css": "theme.css"
},
"license": "MIT",
2024-08-28 22:04:21 +00:00
"homepage": "https://github.com/newnetirc/thelounge-theme-newnet",
2019-01-15 16:51:18 +00:00
"repository": {
"type": "git",
2024-08-28 22:04:21 +00:00
"url": "git+https://github.com/newnetirc/thelounge-theme-newnet.git"
2019-01-15 16:51:18 +00:00
},
"keywords": [
"thelounge",
"thelounge-theme"
],
"bugs": {
2024-08-28 22:04:21 +00:00
"url": "https://github.com/newnetirc/thelounge-theme-newnet/issues"
2019-01-15 16:51:18 +00:00
},
"devDependencies": {
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0"
},
"scripts": {
"test": "stylelint theme.css"
}
}