-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.abap.json
More file actions
39 lines (39 loc) · 758 Bytes
/
Copy pathpackage.abap.json
File metadata and controls
39 lines (39 loc) · 758 Bytes
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
{
"name": "diff3",
"version": "1.1.1",
"description": "Highlight the difference two or three string-tables (diff3)",
"type": "module",
"keywords": [
"abap",
"apm",
"module",
"diff",
"diff3"
],
"homepage": "https://abappm.com",
"bugs": {
"url": "https://github.com/abapPM/ABAP-Diff3"
},
"license": "MIT",
"author": {
"name": "Marc Bernard",
"url": "https://abappm.com"
},
"maintainers": [
{
"name": "Marc Bernard",
"url": "https://github.com/mbtools"
}
],
"repository": {
"url": "https://github.com/abapPM/ABAP-Diff3"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/abapPM"
},
"engines": {
"abap": ">=7.50",
"apm": ">=1"
}
}