{
  "name": "bestmomo/scafold",
  "description": "To add scafold to Laravel 5.1",
  "homepage": "http://github.com/bestmomo/scafold",
  "license": "MIT",
  "authors": [
    {
      "name": "Taylor Otwell",
      "email": "taylorotwell@gmail.com"
    },
    {
      "name": "Bestmomo",
      "email": "grandheretique@free.fr"
    }
  ],
  "require": {
    "php": ">=5.4.0",
    "illuminate/support": "~5.1"
  },
  "autoload": {
    "psr-4": {
      "Bestmomo\\Scafold\\": "src/"
    }
  }
}