-
Notifications
You must be signed in to change notification settings - Fork 51
/
contribute.json
30 lines (30 loc) · 906 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": "Open Synthesis",
"description": "Open platform for CIA-style intelligence analysis",
"repository": {
"url": "https://github.com/twschiller/open-synthesis",
"type": "git",
"license": "AGPL-3.0",
"tests": "https://travis-ci.org/twschiller/open-synthesis",
"clone": "https://github.com/twschiller/open-synthesis.git"
},
"keywords": [
"python",
"django",
"bootstrap",
"postgresql",
"html5"
],
"participate": {
"home": "https://github.com/twschiller/open-synthesis/blob/master/CONTRIBUTING.md",
"docs": "https://github.com/twschiller/open-synthesis/wiki"
},
"bugs": {
"list": "https://github.com/twschiller/open-synthesis/issues",
"report": "https://github.com/twschiller/open-synthesis/issues"
},
"urls": {
"prod": "https://www.opensynthesis.org",
"sandbox": "https://open-synthesis-sandbox.herokuapp.com/"
}
}