You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
621 B
26 lines
621 B
{
|
|
"name": "od_gitea_customization",
|
|
"version": "1.0.0",
|
|
"description": "Opening Design Gitea theming",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"theme-od": "lessc css/less/themes/theme-od.less > css/dist/theme-od.css"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://hub.openingdesign.com/OpeningDesign/gitea_customization"
|
|
},
|
|
"keywords": [
|
|
"gitea",
|
|
"them"
|
|
],
|
|
"author": "",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"husky": "^8.0.1",
|
|
"less": "^4.1.3",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "^2.7.1"
|
|
}
|
|
}
|
|
|