-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lucas van Staden
committed
Dec 22, 2016
1 parent
1bd95ac
commit 597f6ac
Showing
1 changed file
with
37 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,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"], | ||
] | ||
"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" | ||
] | ||
] | ||
} | ||
} |