forked from mozilla/django-browserid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.json
25 lines (25 loc) · 857 Bytes
/
contribute.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
{
"name": "django-browserid",
"description": "django-browserid is a library that integrates BrowserID authentication into Django.",
"repository": {
"url": "https://github.com/mozilla/django-browserid",
"license": "MPL 2.0",
"tests": "https://travis-ci.org/mozilla/django-browserid"
},
"participate": {
"home": "https://github.com/mozilla/django-browserid",
"docs": "http://django-browserid.readthedocs.org/en/latest/",
"irc": "irc://irc.mozilla.org/#webdev",
"irc-contacts": ["Osmose", "peterbe", "willkg"]
},
"bugs": {
"list": "https://github.com/mozilla/django-browserid/issues",
"report": "https://github.com/mozilla/django-browserid/issues/new"
},
"keywords": [
"django",
"python",
"persona",
"browserid"
]
}