-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
marketplace.json
50 lines (50 loc) · 1.2 KB
/
marketplace.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
{
"$schema": "http://qt.io/schema/extension-schema-v1#",
"title": "Http",
"extensionType": [
"library"
],
"version": "1",
"vendor": {
"name": "Flavio Tordini",
"url": "https://flavio.tordini.org"
},
"contact": "Flavio Tordini <flavio.tordini@gmail.com>",
"copyright": [
"Flavio Tordini"
],
"author": "Flavio Tordini",
"icon": "https://flavio.tordini.org/favicon-196x196.png",
"licenses": [
{
"licenseType": "MIT",
"licenseUrl": "https://opensource.org/licenses/MIT"
}
],
"created": "2016-07-02",
"platforms": [
"Windows",
"Linux",
"macOS",
"Android",
"iOS"
],
"qtVersions": [
"5.10.0-or-later"
],
"tags": [
"http,web,rest,networking,freeproduct,tools,utility"
],
"price": {
"listprice": 0
},
"support": "flavio.tordini@gmail.com",
"bugUrl": "https://github.com/flaviotordini/http/issues",
"sourceRepoUrl": "https://github.com/flaviotordini/http",
"userManuals": [
"https://github.com/flaviotordini/http/blob/master/README.md"
],
"dependencies": [
"Network"
]
}