forked from joomla/jissues
-
Notifications
You must be signed in to change notification settings - Fork 1
/
credits.json
52 lines (51 loc) · 1.62 KB
/
credits.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"group": "Media",
"items": [
{
"title": "Everaldo Crystal Clear",
"description": "Icon set",
"homepage": "http://commons.wikimedia.org/wiki/Crystal_Clear"
},
{
"title" : "jQuery File Tree",
"homepage" : "http://www.abeautifulsite.net/blog/2008/03/jquery-file-tree/"
}
]
},
{
"group": "IDE",
"items": [
{
"title": "JetBrains PHPStorm",
"description": "PhpStorm — PHP IDE that goes beyond the language.",
"homepage": "http://www.jetbrains.com/phpstorm/"
},
{
"title": "Sublime Text",
"description": "Sublime Text is a sophisticated text editor for code, markup and prose.",
"homepage": "http://www.sublimetext.com/"
}
]
},
{
"group": "Environment",
"items": [
{
"title": "GitHub",
"description": "GitHub acts as our authentication provider, software repository, markdown parser engine and general service provider for the issue tracker infrastructures.",
"homepage": "https://github.com/"
}
]
},
{
"group": "Translations",
"items": [
{
"title": "Transifex",
"description": "The Issue Tracker utilizes Transifex to manage translations of the user interface.",
"homepage": "https://www.transifex.com/"
}
]
}
]