-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 871 Bytes
/
package.json
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
29
30
31
32
33
34
35
{
"name": "thelounge-theme-mininapse",
"version": "2.0.24",
"description": "A dark, minimal theme for thelounge",
"main": "package.json",
"thelounge": {
"css": "mininapse.css",
"name": "Mininapse",
"type": "theme",
"themeColor": "#282525"
},
"license": "MIT",
"homepage": "https://minidigger.github.io/thelounge-theme-mininapse",
"repository": {
"type": "git",
"url": "git+https://github.com/MiniDigger/thelounge-theme-mininapse.git"
},
"keywords": [
"thelounge",
"thelounge-theme",
"minidigger",
"dark"
],
"bugs": {
"url": "https://github.com/MiniDigger/thelounge-theme-mininapse/issues"
},
"devDependencies": {
"stylelint": "^15.10.3",
"stylelint-config-standard": "^34.0.0"
},
"scripts": {
"test": "stylelint mininapse.css",
"fixLint": "stylelint mininapse.css --fix"
}
}