21 lines
580 B
JSON
21 lines
580 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "ASP.NET 5 middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Authentication": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http.WebRequest": "",
|
|
"System.Net.Http": ""
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Net.Http.WinHttpHandler": "4.0.0-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|