{ "version": "0.3.0-*", "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "nowarn": [ "CS1591" ], "xmlDoc": true }, "description": "ASP.NET Core middleware for buffering response bodies.", "packOptions": { "repository": { "type": "git", "url": "git://github.com/aspnet/basicmiddleware" }, "tags": [ "aspnetcore", "buffer", "buffering" ] }, "dependencies": { "Microsoft.AspNetCore.Http.Abstractions": "1.2.0-*", "Microsoft.Extensions.TaskCache.Sources": { "version": "1.2.0-*", "type": "build" }, "NETStandard.Library": "1.6.2-*" }, "frameworks": { "net451": {}, "netstandard1.3": {} } }