-
Notifications
You must be signed in to change notification settings - Fork 27
/
composer.json
31 lines (31 loc) · 948 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
{
"name" : "castos/seriously-simple-stats",
"description": "Integrated analytics and stats tracking for Seriously Simple Podcasting.",
"keywords" : ["wordpress", "podcasting"],
"type" : "wordpress-plugin",
"homepage" : "https://github.com/TheCraigHewitt/Seriously-Simple-Stats",
"license" : "GPL-2.0",
"authors" : [
{
"name" : "Craig Hewitt",
"homepage": "https://castos.com/"
},
{
"name" : "Jonathan Bossenger",
"homepage": "https://jonathanbossenger.com/"
},
{
"name" : "Hugh Lashbrooke",
"homepage": "https://hugh.blog/"
}
],
"support" : {
"issues": "https://github.com/TheCraigHewitt/Seriously-Simple-Stats/issues"
},
"require": {
"jaybizzle/crawler-detect": "1.*"
},
"autoload" : {
"classmap": ["php/"]
}
}