Merge pull request #18 from Osmose/contribute.json

Add contribute.json file.
This commit is contained in:
Peter Bengtsson 2015-03-02 12:04:59 -08:00
Родитель f00ad913c6 b975e1d610
Коммит a9fcd89386
1 изменённых файлов: 21 добавлений и 0 удалений

21
contribute.json Normal file
Просмотреть файл

@ -0,0 +1,21 @@
{
"name": "django-session-csrf",
"description": "CSRF protection for Django without cookies.",
"repository": {
"url": "https://github.com/mozilla/django-session-csrf",
"license": "BSD 3-Clause"
},
"participate": {
"home": "https://github.com/mozilla/django-session-csrf",
"docs": "https://github.com/mozilla/django-session-csrf"
},
"bugs": {
"list": "https://github.com/mozilla/django-session-csrf/issues",
"report": "https://github.com/mozilla/django-session-csrf/issues/new"
},
"keywords": [
"django",
"python",
"csrf"
]
}