-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 668 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 668 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
{
"config": {
"vendor-dir": "themes",
"preferred-install": "dist"
},
"name": "textpattern/textpattern-default-theme",
"description": "The default theme that ships as standard with Textpattern CMS.",
"keywords": [
"skin",
"theme",
"template",
"front-end",
"responsive",
"textpattern",
"cms",
"css",
"sass"
],
"homepage": "https://github.com/textpattern/textpattern-default-theme",
"license": "GPL-2.0",
"type": "textpattern-theme",
"support": {
"issues": "https://github.com/textpattern/textpattern-default-theme/issues",
"source": "https://github.com/textpattern/textpattern-default-theme"
}
}