統計
| ブランチ: | リビジョン:

pictcode / app / Plugin / Recaptcha / composer.json @ b3a58ce1

履歴 | 表示 | アノテート | ダウンロード (741 Bytes)

1 b3a58ce1 hasse
{
2
        "name": "cakedc/recaptcha",
3
        "description": "Recaptcha Plugin for CakePHP",
4
        "type": "cakephp-plugin",
5
        "keywords": ["cakephp","recaptcha", "captcha"],
6
        "homepage": "http://cakedc.com",
7
        "license": "MIT",
8
        "authors": [
9
        {
10
                        "name": "Cake Development Corporation",
11
                        "email": "team@cakedc.com",
12
                        "homepage": "http://cakedc.com"
13
                }
14
        ],
15
        "support": {
16
                "email": "team@cakedc.com",
17
                "issues": "https://github.com/CakeDC/recaptcha/issues",
18
                "forum": "http://stackoverflow.com/tags/cakedc",
19
                "wiki": "https://github.com/CakeDC/recaptcha/blob/master/Docs/Home.md",
20
                "irc": "irc://irc.freenode.org/cakephp",
21
                "source": "https://github.com/CakeDC/recaptcha"
22
        },
23
        "require": {
24
                "php": ">=5.2.8",
25
                "composer/installers": "*"
26
        }
27
}