-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.cruft.json
25 lines (25 loc) · 1010 Bytes
/
.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
{
"template": "https://github.com/guiferviz/template-python/",
"commit": "a0c02f7f387afe553987ecca9b1081cd28caddb7",
"checkout": null,
"context": {
"cookiecutter": {
"project_name": "Mnemocards",
"project_slug": "mnemocards",
"module_name": "mnemocards",
"project_short_description": "In addition to helping you memorise, this code helps you do other things that I don't remember...",
"version": "1.0.0a0",
"full_name": "guiferviz",
"email": "[email protected]",
"github_username": "guiferviz",
"twitter_username": "guiferviz",
"linkedin_username": "guiferviz",
"pypi_username": "guiferviz",
"docker_namespace": "guiferviz",
"google_analytics_id": "G-NCB5QMMEKH",
"open_source_license": "MIT License",
"_template": "https://github.com/guiferviz/template-python/"
}
},
"directory": null
}