-
Notifications
You must be signed in to change notification settings - Fork 13
/
cgmanifest.json
122 lines (122 loc) · 3.83 KB
/
cgmanifest.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
{
"Registrations": [
{
"Component": {
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/clab/fast_align",
"CommitHash": "cab1e9aac8d3bb02ff5ae58218d8d225a039fa11"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "Stanford Parser",
"Version": "3.8.0",
"DownloadUrl": "https://nlp.stanford.edu/software/stanford-parser-full-2017-06-09.zip"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "rsvg-convert",
"Version": "2.40.20",
"DownloadUrl": "https://launchpad.net/ubuntu/bionic/+package/librsvg2-bin"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "NFAtoDFA",
"Version": "2 October 2015",
"DownloadUrl": "[email protected]"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "jQuery",
"Version": "3.5.1",
"DownloadUrl": "https://jquery.com/download/"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "Bootstrap",
"Version": "5.0.0-beta2",
"DownloadUrl": "https://getbootstrap.com/docs/5.0/getting-started/download/"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "Select2",
"Version": "4.1.0-rc.0",
"DownloadUrl": "https://select2.org/getting-started/installation"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "JQuery Dropdown",
"Version": "2.0.3",
"DownloadUrl": "https://github.com/soundasleep/jquery-dropdown"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "Bootstrap Maxlength",
"Version": "v1.10.0",
"DownloadUrl": "https://github.com/mimo84/bootstrap-maxlength"
}
},
"DevelopmentDependency": false
},
{
"Component": {
"Type": "other",
"Other": {
"Name": "Font Awesome",
"Version": "5.15.2",
"DownloadUrl": "https://fontawesome.com/download"
}
},
"DevelopmentDependency": false
}, {
"Component": {
"Type": "git",
"Git": {
"RepositoryUrl": "https://github.com/reverie/python-automata",
"CommitHash": "8b3929a79489045ddab0733bc388809aacaebdb7"
}
},
"DevelopmentDependency": false
}
]
}