30 lines
574 B
JSON
Executable File
30 lines
574 B
JSON
Executable File
{
|
|
"name": "momo/tmp-pagecollection",
|
|
"type": "grav-plugin",
|
|
"description": "tmp",
|
|
"keywords": ["plugin"],
|
|
"homepage": "https://github.com/momo/grav-plugin-tmp-pagecollection",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "momo",
|
|
"email": "contact@armansansd.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grav\\Plugin\\TmpPagecollection\\": "classes/"
|
|
},
|
|
"classmap": ["tmp-pagecollection.php"]
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "7.1.3"
|
|
}
|
|
}
|
|
}
|