forked from postcode-nl/PostcodeNl_Api_MagentoPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 1.07 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 API, for both the Address (Dutch address verification) and Signal (fraud warnings & data enrichment) services. You will need to create an account at https://api.postcode.nl.",
"type": "magento-module",
"keywords": ["postcode", "netherlands", "api", "rest", "magento", "fraud", "address", "webshop"],
"license": "BSD-2-Clause",
"homepage": "https://api.postcode.nl",
"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": "Daan Broekhof",
"email": "[email protected]"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
}
}