Newtonsoft.Json.Glimpse 1.0.2
Debug JSON on the server with the Json.NET plugin for Glimpse, a diagnostics tool for ASP.NET
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Newtonsoft.Json.Glimpse</id>
<version>1.0.2</version>
<title>Glimpse for Json.NET</title>
<authors>James Newton-King</authors>
<owners>James Newton-King</owners>
<licenseUrl>https://raw.github.com/JamesNK/Newtonsoft.Json.Glimpse/master/LICENSE.md</licenseUrl>
<projectUrl>http://james.newtonking.com/json</projectUrl>
<iconUrl>http://www.newtonsoft.com/content/images/nugeticon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Debug JSON on the server with the Json.NET plugin for Glimpse, a diagnostics tool for ASP.NET</description>
<language>en-US</language>
<tags>json glimpse</tags>
<dependencies>
<dependency id="Glimpse" version="1.8.5" />
<dependency id="Newtonsoft.Json" version="6.0.3" />
</dependencies>
</metadata>
</package>