-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 731 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "christophercochran/Genesis-Visual-Hook-Guide",
"description": "Find Genesis hooks (action and filter hooks) quick and easily by seeing their actual locations inside your theme.",
"keywords": ["genesis", "hooks", "filters"],
"type": "wordpress-plugin",
"homepage": "https://github.com/christophercochran/Genesis-Visual-Hook-Guide",
"license": "GPLv2",
"authors": [
{
"name": "Christopher Cochran",
"homepage": "http://christophercochran.me",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/christophercochran/Genesis-Visual-Hook-Guide/issues",
"source": "https://github.com/christophercochran/Genesis-Visual-Hook-Guide"
},
"require": {
"composer/installers": "~1.0"
}
}