Skip to content

Commit

Permalink
add oxid module connector
Browse files Browse the repository at this point in the history
  • Loading branch information
tabsl committed Nov 20, 2016
1 parent 6006b0b commit de626d0
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
36 changes: 36 additions & 0 deletions oxid/oxcom/oxcom-omc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "OXID Module Connector",
"vendor": "oxcom",
"type": "oxid",
"price": "0.00",
"license": "MIT",
"desc": {
"en": "The OXID Module Connector Backend. You should not uninstall this :)"
},
"tags": [
"ioly",
"backend"
],
"versions": {
"latest": {
"project": "https://github.com/OXIDprojects/OXID-Module-Connector",
"url": "https://github.com/OXIDprojects/OXID-Module-Connector/archive/module.zip",
"supported": [
"5.3",
"5.2",
"5.1",
"5.0",
"4.10",
"4.9",
"4.8",
"4.7"
],
"mapping": [
{
"src": "modules/oxcom/",
"dest": "modules/oxcom/"
}
]
}
}
}
34 changes: 34 additions & 0 deletions oxid/oxcom/oxid-connector-js-libs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "ioly OXID Connector JS Libs",
"vendor": "oxcom",
"type": "library",
"license": "MIT",
"desc": {
"en": "JS libs needed for the ioly OXID Connector Backend, mainly AngularJS related."
},
"tags": [
"backend",
"admin tools",
"dev tools"
],
"versions": {
"1.0.0": {
"project": "https://github.com/ioly/",
"url": "https://github.com/ioly/ioly/raw/sauces/ioly/oxid-connector-js-libs/1.0.0.zip",
"supported": [
"5.2",
"5.1",
"5.0",
"4.9",
"4.8",
"4.7"
],
"mapping": [
{
"src": "",
"dest": "modules/oxcom/oxcom-omc/libs/"
}
]
}
}
}

0 comments on commit de626d0

Please sign in to comment.