{ "description": "ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.", "tags": [ "aspnetcore", "aspnetcoremvc", "json" ], "version": "1.0.0-*", "repository": { "type": "git", "url": "git://github.com/aspnet/mvc" }, "compilationOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "nowarn": [ "CS1591" ], "xmlDoc": true }, "dependencies": { "Microsoft.AspNetCore.JsonPatch": "1.0.0-*", "Microsoft.AspNetCore.Mvc.Core": "1.0.0-*", "Microsoft.Extensions.ClosedGenericMatcher.Sources": { "version": "1.0.0-*", "type": "build" } }, "frameworks": { "net451": { }, "netstandard1.5": { "imports": [ "portable-net451+win8" ] } } }