HttpGhost by Daniel Vinntreus

<PackageReference Include="HttpGhost" Version="1.1.0.1" />

 HttpGhost 1.1.0.1

Simplify integrationtesting via http.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>HttpGhost</id>
    <version>1.1.0.1</version>
    <title>HttpGhost</title>
    <authors>Daniel Vinntreus</authors>
    <owners>Daniel Vinntreus</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://github.com/vinntreus/HttpGhost</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Simplify integrationtesting via http.</description>
    <copyright>Copyright 2012</copyright>
    <tags>Http Ghost Test Integrationtest</tags>
    <dependencies>
      <dependency id="HtmlAgilityPack" version="1.4.3" />
      <dependency id="Newtonsoft.Json" version="4.0.8" />
    </dependencies>
  </metadata>
</package>