File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change
1
+ Copyright (c) 2019 Shawn McKay
2
+
3
+ CodeRoad is a proprietary (closed source) software.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad-vscode" ,
3
- "displayName" : " coderoad-vscode " ,
3
+ "displayName" : " CodeRoad " ,
4
4
"description" : " Interactive tutorials in your editor" ,
5
5
"version" : " 0.0.1" ,
6
6
"engines" : {
9
9
"categories" : [
10
10
" Other"
11
11
],
12
- "publisher" : " Shawn McKay <shawn.j.mckay@gmail.com>" ,
12
+ "publisher" : " Shawn McKay" ,
13
+ "author" : {
14
+ "name" : " Shawn McKay <shawn.j.mckay@gmail.com>"
15
+ },
16
+ "bugs" : {
17
+ "url" : " https://github.com/shmck/coderoad-vscode/issues" ,
18
+ "email" : " shawn.j.mckay@gmail.com"
19
+ },
20
+ "repository" : {
21
+ "type" : " git" ,
22
+ "url" : " https://github.com/shmck/coderoad-vscode.git"
23
+ },
24
+ "homepage" : " https://github.com/shmck/coderoad-vscode/README.md" ,
25
+ "galleryBanner" : {
26
+ "color" : " #C80000" ,
27
+ "theme" : " dark"
28
+ },
13
29
"activationEvents" : [
14
30
" onCommand:coderoad.start"
15
31
],
47
63
},
48
64
"dependencies" : {
49
65
"xstate" : " ^4.6.1"
50
- }
66
+ },
67
+ "license" : " SEE LICENSE IN LICENSE.md"
51
68
}
You can’t perform that action at this time.
0 commit comments