forked from studioforty9-dev/Recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 605 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "studioforty9/recaptcha",
"description": "Magento Module for Google reCAPTCHA.",
"type": "magento-module",
"homepage": "https://github.com/studioforty9/recaptcha",
"license": "BSD-3-Clause",
"keywords": ["captcha", "recaptcha", "google recaptcha"],
"authors": [
{
"name": "StudioForty9",
"homepage": "http://www.studioforty9.com/",
"role": "owner"
},
{
"name": "Eoghan O'Brien",
"homepage": "http://github.com/eoghanobrien/",
"role": "developer"
}
],
"require": {
"magento-hackathon/magento-composer-installer": "*"
}
}