-
Notifications
You must be signed in to change notification settings - Fork 28
/
composer.json
40 lines (40 loc) · 1.02 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
{
"name": "proxiblue/newrelic",
"type": "magento-module",
"license": "OSL-3.0",
"homepage": "https://github.com/ProxiBlue/NewRelic",
"description": "Magento extension to integrate New Relic",
"authors": [
{
"name": "Lucas van Staden",
"email": "sales@proxiblue.com.au"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
},
"extra": {
"map": [
[
"/app/code/community/ProxiBlue/NewRelic/",
"/app/code/community/ProxiBlue/NewRelic/"
],
[
"/app/etc/modules/ProxiBlue_NewRelic.xml",
"/app/etc/modules/ProxiBlue_NewRelic.xml"
],
[
"/app/design/adminhtml/default/default/template/dashboard/proxiblue_newrelic.phtml",
"/app/design/adminhtml/default/default/template/dashboard/proxiblue_newrelic.phtml"
],
[
"/app/code/local/Mage/Core/Exception.php",
"/app/code/local/Mage/Core/Exception.php"
],
[
"/js/newrelic.js",
"/js/newrelic.js"
]
]
}
}