{ "version": "1.0.0-*", "description": "ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.", "tags": [ "aspnetcore", "authentication", "security" ], "repository": { "type": "git", "url": "git://github.com/aspnet/security" }, "compilationOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "nowarn": [ "CS1591" ], "xmlDoc": true }, "dependencies": { "Microsoft.AspNetCore.Authentication": "1.0.0-*", "Newtonsoft.Json": "8.0.3", "System.Runtime.Serialization.Primitives": "4.1.1-*" }, "frameworks": { "net451": {}, "netstandard1.3": { "imports": [ "portable-net451+win8" ] } } }