Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
14098 anikendra 1
{
2
    "name": "ichikaway/cakephp-mongodb",
3
    "description": "MongoDB Datasource for CakePHP",
4
    "type": "cakephp-plugin",
5
    "keywords": ["cakephp", "mongo", "datasource"],
6
    "homepage": "https://github.com/ichikaway/cakephp-mongodb",
7
    "license": "MIT",
8
    "authors": [
9
        {
10
            "name": "Yasushi Ichikawa",
11
            "homepage": "http://twitter.com/ichikaway",
12
            "role": "Author"
13
        },
14
        {
15
            "name": "Andy Dawson",
16
            "homepage": "http://twitter.com/AD7six",
17
            "role": "Author"
18
        },
19
        {
20
            "name": "predominant",
21
            "homepage": "http://github.com/predominant/",
22
            "role": "Contributor"
23
        },
24
        {
25
            "name": "jrbasso",
26
            "homepage": "http://github.com/jrbasso/",
27
            "role": "Contributor"
28
        },
29
        {
30
            "name": "tkyk",
31
            "homepage": "http://github.com/tkyk/",
32
            "role": "Contributor"
33
        },
34
        {
35
            "name": "Various Others",
36
            "homepage": "https://github.com/ichikaway/cakephp-mongodb/graphs/contributors"
37
        }
38
    ],
39
    "support": {
40
        "issues": "https://github.com/ichikaway/cakephp-mongodb/issues",
41
        "source": "https://github.com/ichikaway/cakephp-mongodb"
42
    },
43
    "require": {
44
        "php": ">=5.3.0",
45
        "composer/installers": "*"
46
    },
47
    "require-dev": {
48
		    "phpunit/phpunit": "3.7.*"
49
	  },
50
    "extra": {
51
        "branch-alias": {
52
            "dev-cake2.0": "2.0.x-dev",
53
            "dev-cake2.2": "2.2.x-dev"
54
        },
55
        "installer-name": "Mongodb"
56
    }
57
}