-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 796 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 796 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
{
"name": "html2wp/simple-wp-starter-theme",
"description": "The starter theme used as a part of the htmltowordpress.io conversion process.",
"type": "wordpress-theme",
"license": "GPL-2.0+",
"homepage": "http://htmltowordpress.io",
"authors": [
{
"name": "Harri Heljala",
"email": "harri@htmltowordpress.io",
"homepage": "https://helja.la",
"role": "Developer"
}
],
"support": {
"email": "support@htmltowordpress.io",
"source": "https://github.com/html2wp/simple-wp-starter-theme"
},
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0",
"tgmpa/tgm-plugin-activation": "*"
},
"config": {
"vendor-dir": "html2wp/vendor"
}
}