{ "dependencies": { "Microsoft.AspNet.Diagnostics": "1.0.0-*", "Microsoft.AspNet.Authentication.Cookies": "1.0.0-*", "Microsoft.AspNet.Authentication.Facebook": "1.0.0-*", "Microsoft.AspNet.Authentication.Google": "1.0.0-*", "Microsoft.AspNet.Authentication.MicrosoftAccount": "1.0.0-*", "Microsoft.AspNet.Authentication.Twitter": "1.0.0-*", "Microsoft.AspNet.Server.IIS": "1.0.0-*", "Microsoft.AspNet.Server.WebListener": "1.0.0-*", "Kestrel": "1.0.0-*" }, "commands": { /* Note all servers must use the same address and port because these are pre-registered with the various providers. */ "web": "Microsoft.AspNet.Hosting server=Microsoft.AspNet.Server.WebListener server.urls=http://localhost:54540", "kestrel": "Microsoft.AspNet.Hosting --server Kestrel --server.urls http://localhost:54540" }, "frameworks": { "dnx451": { }, "dnxcore50": { } }, "webroot": "wwwroot" }