-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
28 lines (28 loc) · 1.03 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
{
"name": "postcode-nl/api-magentoplugin",
"description": "A Magento extension that implements the Postcode.nl Address API. You will need to create an account at https://services.postcode.nl/adresdata/adres-validatie",
"type": "magento-module",
"keywords": ["postcode", "netherlands", "api", "rest", "magento", "address", "webshop"],
"license": "BSD-2-Clause",
"homepage": "https://services.postcode.nl/adresdata/adres-validatie",
"support": {
"email": "[email protected]",
"issues": "https://github.com/postcode-nl/PostcodeNl_Api_MagentoPlugin/issues",
"source": "https://github.com/postcode-nl/PostcodeNl_Api_MagentoPlugin"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/postcode-nl/PostcodeNl_Api_MagentoPlugin"
}
],
"authors": [
{
"name": "Maarten Scholder",
"email": "[email protected]"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
}
}