2025-10-08 12:07:00 -04:00
|
|
|
{
|
2025-11-06 14:23:40 -05:00
|
|
|
"name": "shopkeeper/module-vendor-notes",
|
2025-10-08 12:07:00 -04:00
|
|
|
"description": "Magento 2 module that adds vendor notes to orders",
|
|
|
|
|
"type": "magento2-module",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"version": "1.1.0",
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=7.1",
|
|
|
|
|
"magento/framework": "*"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Shopkeeper\\VendorNotes\\": ""
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"registration.php"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
2025-11-06 15:30:11 -05:00
|
|
|
"name": "Taber",
|
2025-11-06 15:49:37 -05:00
|
|
|
"email": "taber@shopkeeper.dev",
|
|
|
|
|
"homepage": "https://shopkeeper.dev",
|
|
|
|
|
"role": "Developer"
|
2025-10-08 12:07:00 -04:00
|
|
|
}
|
2025-11-06 14:36:00 -05:00
|
|
|
]
|
2025-10-08 12:07:00 -04:00
|
|
|
}
|