-
Notifications
You must be signed in to change notification settings - Fork 0
/
version.json
42 lines (41 loc) · 1.13 KB
/
version.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
{
"version": "0.1.3",
"witsmlVersion": "2.1",
"website": "https://github.com/devfabiosilva/witsml21parser",
"license": "MIT",
"author":"Fábio Pereira da Silva",
"contact_email": "[email protected]",
"pgp_pub_key_location": "https://github.com/devfabiosilva/witsml21parser/blob/master/fabioegel.asc",
"pgp_pub_key_fingerprint": "6E21 A6B6 E1A4 6580 CA00 FA54 1077 26E9 14B9 16A2",
"modules": {
"C": "yes",
"C++": "yes",
"Java": {
"api": "1.8 or later",
"hasStatistics": "yes",
"hasJNI": "yes"
},
"NodeJS": {
"api": "v16.20.2 or later",
"hasStatistics": "yes"
},
"Python": {
"api": "3.8 or later",
"hasStatistics": "yes"
}
},
"licenseInformation": "WARNING: Library dependencies are proprietary code. See each library dependences licenses",
"dependencies": {
"gSoap": {
"version": "2.8.129",
"website": "https://www.genivia.com/",
"contact": "[email protected]",
"license": "See https://www.genivia.com/products.html"
},
"libbson": {
"version": "1.28.1",
"website": "https://github.com/mongodb/mongo-c-driver",
"license": "Apache License 2.0"
}
}
}