-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
34 lines (34 loc) · 966 Bytes
/
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
34
{
"name": "yawk/yawk.io",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/YAWK/yawk.io"
}
],
"description": "Yet another Web Kit - CMS and Web Management Tool",
"type": "project",
"keywords": ["CMS", "website", "homepage", "content management", "wordpress alternative", "git"],
"homepage": "https://yawk.io",
"time": "2022-05-05",
"prefer-stable": false,
"license": "MIT",
"authors": [
{
"name": "Daniel Retzl",
"email": "danielretzl@gmail.com",
"homepage": "https://www.goodconnect.net/",
"role": "Project Founder and Main Developer"
}
],
"support": {
"email": "danielretzl@gmail.com",
"issues": "https://github.com/YAWK/yawk.io/issues",
"milestones": "https://github.com/YAWK/yawk.io/milestones",
"wiki": "https://github.com/YaWK/yawk.io/wiki",
"source": "https://github.com/YaWK/yawk.io",
"docs": "https://docs.yawk.io/"
},
"require": {
}
}