-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 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
{
"name": "brackets-indent-guides",
"title": "Indent Guides",
"version": "1.3.11",
"description": "Show indent guides in the code editor.",
"homepage": "https://github.com/lkcampbell/brackets-indent-guides",
"author": "Lance Campbell (https://github.com/lkcampbell)",
"contributors": [
"Kenneth Sundqvist <[email protected]> (https://github.com/EvilOatmeal)",
"FW (https://github.com/tweakimp)",
"Mikael Jorhult (https://github.com/mikaeljorhult)",
"Michał Korczak (https://github.com/MajkelKorczak)"
],
"license": "MIT",
"categories": "editing",
"keywords": [
"indentation",
"guide"
],
"i18n": ["en",
"de",
"pl",
"sv"],
"package-i18n": {
"de": {
"title": "Einzugslinien",
"description": "Zeige Einzugslinien im Codeeditor."
},
"pl": {
"title": "Podpowiedzi Wcięć",
"description": "Pokaż podpowiedzi wcięć w edytorze kodu."
},
"sv": {
"title": "Indragslinjer",
"description": "Visa stödlinjer för indentering i kodeditorn."
}
},
"engines": {
"brackets": ">=1.9.0"
}
}