{ "version": "1.0.0-*", "description": "ASP.NET 5 middleware that enables an application to support any standard OAuth 2.0 authentication workflow.", "repository": { "type": "git", "url": "git://github.com/aspnet/security" }, "compilationOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" }, "dependencies": { "Microsoft.AspNetCore.Authentication": "1.0.0-*", "Newtonsoft.Json": "8.0.2" }, "frameworks": { "net451": { "frameworkAssemblies": { "System.Net.Http": "" } }, "netstandard1.3": { "dependencies": { "System.Net.Http": "4.0.1-*" }, "imports": [ "dotnet5.4", "portable-net451+win8" ] } } }