22 lines
431 B
JSON
22 lines
431 B
JSON
|
{
|
||
|
"name": "appsero/client",
|
||
|
"description": "Appsero Client",
|
||
|
"keywords": ["analytics", "wordpress", "plugin", "theme"],
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Tareq Hasan",
|
||
|
"email": "tareq@appsero.com"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Appsero\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3"
|
||
|
}
|
||
|
}
|