-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextension.json
93 lines (93 loc) · 2.58 KB
/
extension.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name":"miniShop",
"guid":"9EE2FA9B-6E62-4573-A4A4-54D08B2F016B",
"category":"extension",
"group":"phpManufaktur",
"vendor":{
"name":"phpManufaktur",
"url":"https:\/\/phpmanufaktur.de",
"mail":"[email protected]",
"address":{
"street":"Stockholmer Straße 31",
"zip":"13359",
"city":"Berlin",
"country":"Germany"
},
"phone":"+49 30 68813647"
},
"type":"application",
"path":"\/extension\/phpmanufaktur\/phpManufaktur\/miniShop",
"namespace":"phpManufaktur\\miniShop",
"link":{
"about":"\/minishop\/about"
},
"release":{
"number":"0.15",
"date":"2014-09-18",
"status":"beta",
"changelog":"https:\/\/github.com\/phpManufaktur\/kfMiniShop\/blob\/master\/CHANGELOG.md"
},
"description":{
"en":{
"title":"miniShop",
"short":"Small and easy to use shop for your website",
"long":"Small and easy to use shop for your website",
"url":"https:\/\/kit2.phpmanufaktur.de\/miniShop"
},
"de":{
"title":"miniShop",
"short":"Ein kleiner und wendiger Shop für Ihre Website",
"long":"Ein kleiner und wendiger Shop für Ihre Website, sehr einfach einzurichten und einzubinden.",
"url":"https:\/\/kit2.phpmanufaktur.de\/miniShop"
}
},
"require":{
"framework":{
"release":"0.27"
},
"extension":{
"phpmanufaktur":{
"Basic":{
"release":"1.0.14"
},
"Library":{
"release":"0.38"
},
"CommandCollection":{
"release":"0.40"
},
"CKEditor":{
"release":"0.30"
},
"Contact":{
"release":"2.0.42"
},
"MediaBrowser":{
"release":"0.32"
}
}
}
},
"setup": {
"install":"\/admin\/minishop\/setup",
"update":"\/admin\/minishop\/update",
"uninstall":"\/admin\/minishop\/uninstall",
"icon_path":{
"BlackCat":"\/extension\/phpmanufaktur\/phpManufaktur\/miniShop\/Data\/Setup\/Icon\/icon.png",
"WebsiteBaker":"\/extension\/phpmanufaktur\/phpManufaktur\/miniShop\/Data\/Setup\/Icon\/tool_icon.png"
}
},
"license": {
"name":"MIT License",
"url":"https:\/\/github.com\/phpManufaktur\/kfMiniShop\/raw\/master\/LICENSE.md"
},
"download":{
"availability":"public",
"agreement":"free",
"github":{
"organization":"phpManufaktur",
"repository":"kfMiniShop"
},
"url":"https:\/\/github.com\/phpManufaktur\/kfMiniShop"
}
}