-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 1.29 KB
/
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
36
37
38
39
{
"name": "dd-wrt-inspired-themes",
"title": "DD-WRT Inspired Themes",
"description": "An inspired configurable theme for DD-WRT routers",
"version": "6.1.3",
"author": {
"name": "Style-it themes",
"url": "https://github.com/style-it-themes"
},
"contributors": [
{
"name": "The Community Contributors",
"url": "https://github.com/style-it-themes/dd-wrt-inspired-themes/graphs/contributors"
}
],
"repository": "style-it-themes/dd-wrt-inspired-themes",
"homepage": "https://github.com/style-it-themes/dd-wrt-inspired-themes",
"bugs": {
"url": "https://github.com/style-it-themes/dd-wrt-inspired-themes/issues/choose"
},
"main": "dd-wrt-inspired-themes.user.styl",
"license": "© 2021 the-j0k3r - MIT",
"engines": {
"node": ">=14"
},
"devDependencies": {
"eclint": "^2.8.1",
"updates": "^13.1.13",
"versions": "^10.1.0"
},
"scripts": {
"authors": "bash tools/authors.sh",
"patch": "versions patch -p dd-wrt-inspired-themes.user.styl && git psh",
"minor": "versions minor -p dd-wrt-inspired-themes.user.styl && git psh",
"major": "versions major -p dd-wrt-inspired-themes.user.styl && git psh",
"fix": "eclint fix dd-wrt-inspired-themes.user.styl && eclint fix *.md",
"update": "updates -cuU && npm install"
}
}