From c58dd527ed8ca14dbb2b2d494357fc3eb061b2b6 Mon Sep 17 00:00:00 2001 From: Michael Kelly Date: Wed, 4 Mar 2015 10:36:01 -0800 Subject: [PATCH] Add contribute.json file. --- contribute.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 contribute.json diff --git a/contribute.json b/contribute.json new file mode 100644 index 0000000..45c649d --- /dev/null +++ b/contribute.json @@ -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" + ] +}