mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-06-19 09:49:23 +00:00
fork init
This commit is contained in:
64
package.json
64
package.json
@@ -1,32 +1,32 @@
|
||||
{
|
||||
"name": "thelounge-theme-solarized",
|
||||
"version": "1.1.2",
|
||||
"description": "A simple theme with Solarized colours",
|
||||
"main": "package.json",
|
||||
"thelounge": {
|
||||
"name": "Solarized",
|
||||
"type": "theme",
|
||||
"css": "theme.css",
|
||||
"themeColor": "#002b36"
|
||||
},
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/thelounge/thelounge-theme-solarized",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/thelounge/thelounge-theme-solarized.git"
|
||||
},
|
||||
"keywords": [
|
||||
"thelounge",
|
||||
"thelounge-theme"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/thelounge/thelounge-theme-solarized/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"stylelint": "^10.1.0",
|
||||
"stylelint-config-standard": "^18.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "stylelint theme.css"
|
||||
}
|
||||
}
|
||||
{
|
||||
"name": "thelounge-theme-solarized-fork-monospace",
|
||||
"version": "1.1.2",
|
||||
"description": "A simple theme with Solarized colors",
|
||||
"main": "package.json",
|
||||
"thelounge": {
|
||||
"name": "Solarized-monospace",
|
||||
"type": "theme",
|
||||
"css": "theme.css"
|
||||
},
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/benharri-forks/thelounge-theme-solarized",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/benharri-forks/thelounge-theme-solarized.git"
|
||||
},
|
||||
"keywords": [
|
||||
"thelounge",
|
||||
"thelounge-theme"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/benharri-forks/thelounge-theme-solarized/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"stylelint": "^9.2.0",
|
||||
"stylelint-config-standard": "^18.2.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "stylelint theme.css"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user