-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
.cruft.json
27 lines (27 loc) · 1.02 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": "b4b9b4f83b624cfd7728a3f1527d272be28ee916",
"checkout": null,
"context": {
"cookiecutter": {
"plugin_name": "Search",
"repo_name": "search",
"package_name": "search",
"distribution_name": "pelican-search",
"version": "1.1.0",
"description": "Pelican plugin that indexes content and enables static site searches",
"authors": "{name = \"Justin Mayer\"}, email = \"[email protected]\"}",
"keywords": "\"pelican\", \"plugin\", \"search\", \"index\"",
"readme": "README.md",
"contributing": "CONTRIBUTING.md",
"license": "GNU Affero General Public License v3|AGPL-3.0",
"repo_url": "https://github.com/pelican-plugins/search",
"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
}