Crowbar by Mattias Rydengren

<PackageReference Include="Crowbar" Version="0.9.3" />

 Crowbar 0.9.3

Crowbar is an application testing library for ASP.NET MVC 3 and 4.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Crowbar</id>
    <version>0.9.3</version>
    <authors>Mattias Rydengren</authors>
    <owners>Mattias Rydengren</owners>
    <licenseUrl>https://github.com/coderesque/crowbar/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/coderesque/crowbar</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Crowbar is an application testing library for ASP.NET MVC 3 and 4.</description>
    <tags>crowbar mvc integration testing test</tags>
    <dependencies>
      <dependency id="CsQuery" version="[1.3, 1.4)" />
    </dependencies>
  </metadata>
</package>