forked from onepica/avatax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 921 Bytes
/
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
{
"name": "onepica/avatax",
"type": "magento-module",
"description": "This extension integrates Magento with AvaTax, a tax service provided by Avalara. ",
"homepage": "http://www.magentocommerce.com/magento-connect/6760.html",
"require": {
"magento-hackathon/magento-composer-installer": "*",
"onepica/avatax16":"^0.2.2-alpha"
},
"license": "OSL-3.0",
"authors":[
{
"name":"One Pica",
"homepage": "http://www.onepica.com/"
}
],
"extra": {
"magento-root-dir": "."
},
"scripts": {
"copy-avatax16-lib":[
"php -r \"require './composer/onepica/install-functions.php'; copy_recursive('./vendor/onepica/avatax16/src','./lib');\""
],
"post-update-cmd": [
"@copy-avatax16-lib"
],
"post-install-cmd": [
"@copy-avatax16-lib"
]
}
}