1{
2  "name":"friendsofcake/crud",
3  "version": "3.1.0",
4  "description":"CakePHP Application development on steroids - rapid prototyping / scaffolding & production ready code - XML / JSON APIs and more",
5  "type":"cakephp-plugin",
6  "keywords":[
7    "cakephp",
8    "crud",
9    "create",
10    "retrieve",
11    "update",
12    "delete",
13    "bake",
14    "cake",
15    "scaffold",
16    "scaffolding"
17  ],
18  "homepage":"https://github.com/FriendsOfCake/crud",
19  "license":"MIT",
20  "authors":[
21    {
22      "name":"Christian Winther",
23      "role":"Author",
24      "homepage":"http://cakephp.nu/"
25    },
26    {
27      "name":"José Lorenzo Rodríguez",
28      "role":"Contributor",
29      "homepage":"https://github.com/lorenzo"
30    },
31    {
32      "name":"Andy Dawson",
33      "role":"Contributor",
34      "homepage":"https://github.com/ad7six"
35    },
36    {
37      "name":"ADmad",
38      "role":"Contributor",
39      "homepage":"https://github.com/admad"
40    }
41  ],
42  "suggest":{
43    "cakedc/search":"If you want to use the Search Listener"
44  },
45  "support":{
46    "source":"https://github.com/FriendsOfCake/crud",
47    "issues":"https://github.com/FriendsOfCake/crud/issues",
48    "wiki":"http://cakephp.nu/cakephp-crud/",
49    "irc":"irc://irc.freenode.org/friendsofcake"
50  },
51  "require":{
52    "composer/installers":"*",
53    "cakephp/cakephp": "^2.9.0"
54  },
55  "extra": {
56    "installer-name": "Crud"
57  }
58}
59