-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path.cruft.json
27 lines (27 loc) · 1.07 KB
/
.cruft.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
{
"template": "https://github.com/getpelican/cookiecutter-pelican-plugin",
"commit": "94970ab900aed538f451686a2eb51188dbfd1a28",
"checkout": null,
"context": {
"cookiecutter": {
"plugin_name": "Image Process",
"repo_name": "image-process",
"package_name": "image_process",
"distribution_name": "pelican-image-process",
"version": "3.0.4",
"description": "Pelican plugin that automates image processing.",
"authors": "{name = \"Pelican Dev Team\", email = \"[email protected]\"}",
"keywords": "\"pelican\", \"plugin\", \"image\", \"responsive\", \"optimization\"",
"readme": "README.md",
"contributing": "CONTRIBUTING.md",
"license": "GNU Affero General Public License v3|AGPL-3.0",
"repo_url": "https://github.com/pelican-plugins/image-process",
"dev_status": "5 - Production/Stable",
"tests_exist": true,
"python_version": ">=3.8.1,<4.0",
"pelican_version": ">=4.5",
"_template": "https://github.com/getpelican/cookiecutter-pelican-plugin"
}
},
"directory": null
}