-
-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 709 Bytes
/
composer.json
File metadata and controls
28 lines (28 loc) · 709 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": "bootscore/bootscore",
"description": "A powerful, free Bootstrap 5 starter theme for WordPress.",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "The Bootscore Authors"
}
],
"type": "wordpress-theme",
"readme": "README.md",
"homepage": "https://bootscore.me/",
"support": {
"issues": "https://github.com/bootscore/bootscore/issues",
"forum": "https://github.com/bootscore/bootscore/discussions",
"source": "https://github.com/bootscore/bootscore",
"docs": "https://bootscore.me/documentation/"
},
"keywords": [
"wordpress",
"theme",
"bootscore",
"bootstrap",
"bootcommerce",
"woocommerce"
]
}