26 lines
762 B
JSON
26 lines
762 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 middleware that enables an application to receive a Jwt bearer token.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/security"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Authentication": "1.0.0-*",
|
|
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },
|
|
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "2.0.0-beta7-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": ""
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Net.Http": "4.0.1-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|