25 lines
718 B
JSON
25 lines
718 B
JSON
{
|
|
"description": "ASP.NET 5 middleware and abstractions for routing requests to application logic and for generating links.",
|
|
"version": "1.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/routing"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
|
|
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",
|
|
"Microsoft.Framework.OptionsModel": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Text.RegularExpressions": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|