-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathincludes.json
37 lines (37 loc) · 1.02 KB
/
includes.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
[
{
"name": "atheos/atheos",
"version": "5.5.0",
"license": [
"MIT"
],
"license_file": "Atheos/docs/LICENSE.md",
"description": "A self-hosted browser-based cloud IDE, updated from Codiad IDE",
"homepage": "https://www.atheos.io/"
},
{
"name": "vrana/adminer",
"version": "4.8.1",
"license": [
"Apache-2.0",
"GPL-2.0-only"
],
"license_link": {
"Apache-2.0": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"description": "Database management in a single PHP file.",
"homepage": "https://www.adminer.org/"
},
{
"name": "npm-asset/dineug--erd-editor",
"version": "2.2.11",
"license": [
"MIT"
],
"license_link": {
"Apache-2.0": "https://github.com/dineug/erd-editor/?tab=MIT-1-ov-file"
},
"description": "Entity-Relationship Diagram Editor",
"homepage": "https://github.com/dineug/erd-editor"
}
]