-
Notifications
You must be signed in to change notification settings - Fork 61
/
composer.json
62 lines (62 loc) · 2.45 KB
/
composer.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
{
"name": "jayelkaake/enhancedgrid",
"type": "magento-module",
"description":"Improves the existing Magento admin product management grid. It adds some useful, customizable features to the admin product management grid including new columns and tools.",
"authors":[
{
"name":"Jay El-Kaake",
"email":"jay@sweettoothhq.com",
"homepage": "http://www.sweettoothrewards.com",
"role": "Developer"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"extra": {
"map": [
["app/code/community/TBT/Enhancedgrid", "app/code/community/TBT/Enhancedgrid"],
["js/tbt/enhancedgrid", "js/tbt/enhancedgrid"],
["app/design/adminhtml/default/default/layout/tbt_enhancedgrid.xml", "app/design/adminhtml/default/default/layout/tbt_enhancedgrid.xml"],
["app/design/adminhtml/default/default/template/tbt/enhancedgrid", "app/design/adminhtml/default/default/template/tbt/enhancedgrid"],
["app/etc/modules/TBT_Enhancedgrid.xml", "app/etc/modules/TBT_Enhancedgrid.xml"]
],
"magento_connect":{
"license_uri":"http://www.gnu.org/licenses/gpl-3.0.html",
"summary":"Enhanced admin product grid with images, custom attributes and more.",
"channel":"community",
"php_min":"5.3.0",
"version": "1.3.6",
"php_max":"7.0.14",
"name": "TBT_Enhancedgrid",
"stability":"stable",
"content":[
{
"type":"magecommunity",
"structure":"dir",
"path":"TBT/Enhancedgrid"
},
{
"type":"mageetc",
"structure":"file",
"path":"modules/TBT_Enhancedgrid.xml"
},
{
"type":"magedesign",
"structure":"file",
"path":"adminhtml/default/default/layout/tbt_enhancedgrid.xml"
},
{
"type":"magedesign",
"structure":"dir",
"path":"adminhtml/default/default/template/tbt/enhancedgrid"
},
{
"type":"mageweb",
"structure":"dir",
"path":"js/tbt/enhancedgrid"
}
]
}
}
}