forked from Kinto/kinto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.json
30 lines (30 loc) · 850 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
26
27
28
29
30
{
"name": "Kinto",
"description": "Kinto is a minimalist JSON storage service with synchronisation and sharing abilities.",
"repository": {
"url": "https://github.com/Kinto/kinto",
"license": "Apache License (2.0)",
"tests": "https://travis-ci.org/Kinto/kinto"
},
"participate": {
"home": "https://kinto.readthedocs.io/en/latest/community.html#how-to-contribute",
"docs": "https://kinto.readthedocs.io/",
"irc": "irc://irc.freenode.org/#kinto",
"irc-contacts": ["alexis", "leplatrem", "magopian", "natim", "NiKo`"]
},
"bugs": {
"list": "https://github.com/Kinto/kinto/issues",
"report": "https://github.com/Kinto/kinto/issues/new"
},
"urls": {
"dev": "https://kinto.dev.mozaws.net/v1/"
},
"keywords": [
"JSON",
"Python",
"Pyramid",
"REST",
"API",
"Database"
]
}