forked from bhollis/jsonview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.52 KB
/
package.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
53
{
"id": "jsonview@brh.numbera.com",
"version": "1.1.1",
"name": "jsonview",
"title": "JSONView",
"description": "Views JSON in the browser.",
"homepage": "http://jsonview.com/",
"author": "Benjamin Hollis",
"license": "MIT License",
"main": "lib/main.js",
"preferences": [
{
"name": "jsonHttpAccept",
"type": "bool",
"value": false,
"title": "Include \"application/json\" in the HTTP Accept header for requests",
"description": "Only enable this if you need it - this can cause problems with some websites."
},
{
"name": "alternateContentTypes",
"type": "string",
"value": "",
"title": "Alternate JSON content types",
"description": "Other content types that should be treated as JSON, separated by commas."
}
],
"contributors": [
"Gabriel Barros",
"Quoc-Viet Nguyen"
],
"translators": [
"markh van BabelZilla.org (nl)",
"Goofy (fr)",
"funTomas (cs-CZ)",
"Fani Kozolchyk (es-ES)",
"urko (es-ES)",
"Xavi Ivars - Softcatalà (ca-AD)",
"drry (ja)",
"Marcelo Ghelman (ghelman.net) (pt-BR)",
"Пирятинский Виталий (ru-RU)",
"hoolooday (zh-CN)",
"Стоян Димитров (bg-BG)",
"Archaeopteryx, Team erweiterungen.de (de)",
"MIKES KASZMÁN István (hu-HU)",
"Ersen Yoldaç (tr)",
"Luana Di Muzio - BabelZilla (it)",
"ДакСРБИЈА (sr)",
"Mikael Hiort af Ornäs (sv-SE)",
"Zhouck (uk-UA)",
"Kishu Agarwal (hi-IN)",
"hiyaku0317 (ko)"
]
}