-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 755 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "thelounge-theme-zenburn",
"version": "1.0.5",
"description": "Dark & low-contrast theme for The Lounge, based on the Vim's Zenburn color scheme",
"main": "package.json",
"thelounge": {
"name": "Zenburn",
"type": "theme",
"css": "zenburn.css"
},
"license": "MIT",
"homepage": "https://github.com/thelounge/thelounge-theme-zenburn#readme",
"repository": "https://github.com/thelounge/thelounge-theme-zenburn",
"keywords": [
"thelounge",
"thelounge-theme"
],
"bugs": {
"url": "https://github.com/thelounge/thelounge-theme-zenburn/issues"
},
"devDependencies": {
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
},
"scripts": {
"test": "stylelint zenburn.css"
}
}