{
   "abstract" : "Tools to help make git workflows easier",
   "author" : [
      "Ivan Wills <ivan.wills@gmail.com>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4214",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "App-Git-Workflow",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Capture::Tiny" : "0",
            "Test::More" : "0.88",
            "Test::Warnings" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0.42"
         }
      },
      "runtime" : {
         "recommends" : {
            "JIRA::REST" : "0",
            "JSON" : "2.0",
            "Path::Tiny" : "0",
            "Term::Spinner" : "0"
         },
         "requires" : {
            "Error" : "0",
            "File::chdir" : "0",
            "Git" : "0",
            "Time::Piece" : "0",
            "XML::Tiny" : "0",
            "autodie" : "0",
            "perl" : "5.008"
         }
      }
   },
   "provides" : {
      "App::Git::Workflow" : {
         "file" : "lib/App/Git/Workflow.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command" : {
         "file" : "lib/App/Git/Workflow/Command.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::BranchClean" : {
         "file" : "lib/App/Git/Workflow/Command/BranchClean.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::BranchGrep" : {
         "file" : "lib/App/Git/Workflow/Command/BranchGrep.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::Committers" : {
         "file" : "lib/App/Git/Workflow/Command/Committers.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::Cows" : {
         "file" : "lib/App/Git/Workflow/Command/Cows.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::Feature" : {
         "file" : "lib/App/Git/Workflow/Command/Feature.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::Files" : {
         "file" : "lib/App/Git/Workflow/Command/Files.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::Jira" : {
         "file" : "lib/App/Git/Workflow/Command/Jira.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::Pom" : {
         "file" : "lib/App/Git/Workflow/Command/Pom.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::Recent" : {
         "file" : "lib/App/Git/Workflow/Command/Recent.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::TagGrep" : {
         "file" : "lib/App/Git/Workflow/Command/TagGrep.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::UpToDate" : {
         "file" : "lib/App/Git/Workflow/Command/UpToDate.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Command::Watch" : {
         "file" : "lib/App/Git/Workflow/Command/Watch.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Pom" : {
         "file" : "lib/App/Git/Workflow/Pom.pm",
         "version" : "1"
      },
      "App::Git::Workflow::Repository" : {
         "file" : "lib/App/Git/Workflow/Repository.pm",
         "version" : "1"
      },
      "Mock::App::Git::Workflow::Repository" : {
         "file" : "lib/Mock/App/Git/Workflow/Repository.pm",
         "version" : "1"
      },
      "Test::Git::Workflow::Command" : {
         "file" : "lib/Test/Git/Workflow/Command.pm",
         "version" : "1"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/ivanwills/git-workflow-tools/issues"
      },
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "git://github.com/ivanwills/git-workflow-tools.git"
      }
   },
   "version" : "1",
   "x_serialization_backend" : "JSON::PP version 2.27300"
}