-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpublishers.json
46 lines (46 loc) · 909 Bytes
/
publishers.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
{
"ebooks": {
"display_name": "eBooks",
"publishers": [
"o'reilly",
"no starch press",
"cherie priest",
"kamui cosplay",
"wiley",
"wil wheaton",
"cory doctorow",
"Mercedes Lackey",
"Punished Props"
]
},
"android_apps": {
"display_name": "Android Apps",
"publishers": [
"11 bit studios",
"inxile entertainment",
"Tiger Style Games",
"Revolution Software",
"Paradox Interactive",
"Lazy 8 Studios",
"Omni Systems",
"Cipher Prime Studios",
"Limbic"
]
},
"pc_games": {
"display_name": "PC Games",
"publishers": [
"electronic arts",
"jackbox games",
"harebrained schemes",
"Paradox Interactive",
"Remedy Entertainment"
]
},
"pc_software" :{
"display_name": "PC Software",
"publishers": [
"CyberLink"
]
}
}