{ "description": "ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.", "version": "1.0.0-*", "packOptions": { "repository": { "type": "git", "url": "git://github.com/aspnet/mvc" }, "tags": [ "aspnetcore", "aspnetcoremvc" ] }, "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk", "nowarn": [ "CS1591" ], "xmlDoc": true }, "dependencies": { "Microsoft.AspNetCore.Mvc.Core": "1.0.0-*", "Microsoft.Extensions.PropertyHelper.Sources": { "version": "1.0.0-*", "type": "build" }, "Microsoft.Extensions.ClosedGenericMatcher.Sources": { "version": "1.0.0-*", "type": "build" } }, "frameworks": { "net451": {}, "netstandard1.5": { "imports": [ "portable-net451+win8" ] } } }