2014-09-24 23:33:23 -07:00
|
|
|
{
|
|
|
|
"name": "pdt256/shipping",
|
|
|
|
"description": "Shipping Rate API",
|
|
|
|
"license": "MIT",
|
|
|
|
"keywords": ["ship", "ups", "usps", "fedex"],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jamie Isaacs",
|
|
|
|
"email": "pdt256@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2014-11-27 13:27:56 -05:00
|
|
|
"require": {
|
2014-11-28 12:08:15 -05:00
|
|
|
"nesbot/carbon": "~1.0"
|
2014-11-27 13:27:56 -05:00
|
|
|
},
|
2014-09-24 23:33:23 -07:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "4.0.*"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"pdt256\\Shipping\\": "src"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|