This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
227 lines (227 loc) · 6.3 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"name": "learn-ide-3",
"version": "3.0.0",
"atomVersion": "1.14.4",
"main": "./lib/learn-ide",
"urlMain": "./lib/url-handler",
"description": "A new way to work on Learn.co",
"scripts": {
"postpublish": "./scripts/airbrake_deploy"
},
"keywords": ["beta"],
"repository": "https://github.com/learn-co/learn-ide-3",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"dependencies": {
"atom-socket": "0.0.9",
"atom-space-pen-views": "2.1.0",
"dotenv": "2.0.0",
"page-bus": "3.0.1",
"phoenix": "^1.3.0",
"register-protocol-win32": "1.0.0",
"semver": "5.3.0",
"stacktrace-parser": "0.1.4",
"xterm": "2.6.0"
},
"packageDependencies": {
"atom-material-syntax": "1.0.2",
"atom-material-syntax-dark": "0.2.7",
"atom-material-syntax-light": "0.4.6",
"learn-ide-material-ui": "1.3.15",
"learn-ide-3-notifications": "1.0.0",
"learn-ide-3-tree": "2.0.2"
},
"devDependencies": {
"decompress": "4.0.0",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-util": "3.0.7",
"request": "2.75.0",
"run-sequence": "1.2.2",
"shelljs": "0.7.3",
"ssh2": "0.5.0",
"underscore-plus": "^1.6.6"
},
"configSchema": {
"bleedingUpdates": {
"order": 0,
"type": "boolean",
"default": false,
"title": "Subscribe to Bleeding Updates",
"description": "Recieve update notifications as beta and early releases of the Learn IDE become available. Learn more on the [help center](https://learn.co/ide/bleeding)."
},
"notifier": {
"order": 1,
"type": "boolean",
"default": true,
"title": "Learn Status Notifications",
"description": "Receive desktop notifications that correspond to the lights on Learn.co."
},
"terminalColors": {
"order": 2,
"type": "object",
"properties": {
"basic": {
"order": 1,
"title": "Basic Colors",
"type": "object",
"properties": {
"foreground": {
"order": 0,
"type": "color",
"default": "#7ea2b4",
"title": "Foreground"
},
"background": {
"order": 1,
"type": "color",
"default": "#1A2226",
"title": "Background"
}
}
},
"ansi": {
"order": 2,
"title": "ANSI Colors",
"type": "object",
"properties": {
"0": {
"order": 0,
"type": "color",
"default": "#161b1d",
"title": "Black"
},
"1": {
"order": 1,
"type": "color",
"default": "#d22d72",
"title": "Red"
},
"2": {
"order": 2,
"type": "color",
"default": "#568c3b",
"title": "Green"
},
"3": {
"order": 3,
"type": "color",
"default": "#8a8a0f",
"title": "Yellow"
},
"4": {
"order": 4,
"type": "color",
"default": "#257fad",
"title": "Blue"
},
"5": {
"order": 5,
"type": "color",
"default": "#5d5db1",
"title": "Magenta"
},
"6": {
"order": 6,
"type": "color",
"default": "#2d8f6f",
"title": "Cyan"
},
"7": {
"order": 7,
"type": "color",
"default": "#7ea2b4",
"title": "White"
},
"8": {
"order": 8,
"type": "color",
"default": "#5a7b8c",
"title": "Bright Black"
},
"9": {
"order": 9,
"type": "color",
"default": "#d22d72",
"title": "Bright Red"
},
"10": {
"order": 10,
"type": "color",
"default": "#568c3b",
"title": "Bright Green"
},
"11": {
"order": 11,
"type": "color",
"default": "#8a8a0f",
"title": "Bright Yellow"
},
"12": {
"order": 12,
"type": "color",
"default": "#257fad",
"title": "Bright Blue"
},
"13": {
"order": 13,
"type": "color",
"default": "#5d5db1",
"title": "Bright Magenta"
},
"14": {
"order": 14,
"type": "color",
"default": "#2d8f6f",
"title": "Bright Cyan"
},
"15": {
"order": 15,
"type": "color",
"default": "#ebf8ff",
"title": "Bright White"
}
}
},
"json": {
"title": "JSON Color Scheme",
"order": 3,
"type": "string",
"default": "",
"description": "Import complete and customizable color schemes from [terminal.sexy](https://terminal.sexy/) by pasting a JSON export here. For more information, visit the [help center](http://help.learn.co/)."
}
}
},
"fontFamily": {
"title": "Font Family",
"order": 3,
"type": "string",
"default": "",
"description": "The name of the font family used in the terminal. Be sure to choose a monospaced font!"
},
"fontSize": {
"title": "Font Size",
"order": 4,
"type": "number",
"default": 14,
"minimum": 2,
"description": "The name of the font size used in the terminal."
},
"openOnHome": {
"order": 5,
"type": "boolean",
"default": false,
"title": "Set Home as the Default Project",
"description": "When the Learn IDE is opened without a lab, open the tree on the remote server's home directory rather than 'temporary' (your work will still NOT be persisted; in other words, it is still temporary, just in a different location)."
}
}
}