-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
33 lines (33 loc) · 1 KB
/
composer.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
{
"name": "winter/wn-nabu-theme",
"description": "An elegant theme designed for documentation sites.",
"type": "winter-theme",
"homepage": "https://github.com/wintercms/wn-nabu-theme",
"keywords": ["winter cms", "winter", "theme", "nabu", "documentation", "docs"],
"license": "MIT",
"authors": [
{
"name": "Ben Thomson",
"email": "git@alfreido.com",
"role": "Developer"
},
{
"name": "Winter CMS Maintainers",
"homepage": "https://wintercms.com",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/wintercms/wn-nabu-theme/issues",
"discord": "https://discord.gg/D5MFSPH6Ux",
"source": "https://github.com/wintercms/wn-nabu-theme"
},
"require": {
"composer/installers": "~1.11",
"winter/wn-docs-plugin": "dev-main",
"winter/wn-search-plugin": "dev-main"
},
"extra": {
"installer-name": "nabu"
}
}