-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathboss.json
More file actions
19 lines (19 loc) · 634 Bytes
/
boss.json
File metadata and controls
19 lines (19 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "READCOM.Core",
"description": "READ-COM Core",
"version": "21.0",
"homepage": "",
"mainsrc": "",
"projects": [
"Source/READCOM.Core.dproj"
],
"dependencies": {
"github.com/zoomicon/zoomicon.generics.delphi": ">=4.0.0",
"github.com/zoomicon/zoomicon.helpers.fmx.delphi": ">=4.0.0",
"github.com/zoomicon/zoomicon.helpers.rtl.delphi": ">=4.0.0",
"github.com/zoomicon/zoomicon.introspection.fmx.delphi": ">=4.0.0",
"github.com/zoomicon/zoomicon.manipulation.fmx.delphi": ">=4.0.0",
"github.com/zoomicon/zoomicon.media.fmx.delphi": ">=9.0.0",
"github.com/zoomicon/zoomicon.zui.fmx.delphi": ">=4.0.0"
}
}