forked from plentymarkets/plugin-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
26 lines (25 loc) · 1.07 KB
/
plugin.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
{
"version" : "1.2.10",
"name" : "IO",
"marketplaceName" : {"de": "IO","en": "IO"},
"license" : "AGPL-3.0",
"pluginIcon" : "icon_plugin_xs.png",
"price" : 0.00,
"description" : "Basic php functions for plentymarkets shop designs",
"shortDescription" : {"de": "PHP-Grundfunktionen für plentymarkets Template-Plugins","en": "Basic PHP functions for plentymarkets template plugins"},
"categories" : ["3517"],
"author" : "plentymarkets GmbH",
"authorIcon" : "icon_author_xs.png",
"email" : "[email protected]",
"phone" : "+49 561 98 681 100",
"keywords" : ["plentymarkets", "plugins", "layout", "template"],
"type" : "template",
"require" : [],
"namespace" : "IO",
"serviceProvider" : "IO\\Providers\\IOServiceProvider",
"javaScriptFiles" : [],
"containers" : [],
"dataProviders" : [],
"dependencies" : [],
"runOnBuild" : []
}