Add contribute.json file.

This commit is contained in:
Michael Kelly 2015-03-04 10:36:01 -08:00
parent fce0904354
commit c58dd527ed
1 changed files with 21 additions and 0 deletions

21
contribute.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "jingo",
"description": "An adapter for using Jinja2 templates with Django.",
"repository": {
"url": "https://github.com/jbalogh/jingo",
"license": "BSD 3-Clause"
},
"participate": {
"home": "https://jingo.readthedocs.org/en/latest/",
"docs": "https://jingo.readthedocs.org/en/latest/#testing"
},
"bugs": {
"list": "https://github.com/jbalogh/jingo/issues",
"report": "https://github.com/jbalogh/jingo/issues/new"
},
"keywords": [
"django",
"python",
"jinja"
]
}