| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 | 
							- {
 -     "dependencies": {
 -         "Luticate2.Utils": "0.1.*",
 -         "TestUtils": "0.1.*",
 -         "Microsoft.ApplicationInsights.AspNetCore": "1.0.2",
 -         "Microsoft.AspNetCore.Mvc": "1.1.0",
 -         "Microsoft.AspNetCore.Routing": "1.1.0",
 -         "Microsoft.AspNetCore.Server.IISIntegration": "1.1.0",
 -         "Microsoft.AspNetCore.Server.Kestrel": "1.1.0",
 -         "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.1.0",
 -         "Microsoft.Extensions.Configuration.FileExtensions": "1.1.0",
 -         "Microsoft.Extensions.Configuration.Json": "1.1.0",
 -         "Microsoft.Extensions.Logging": "1.1.0",
 -         "Microsoft.Extensions.Logging.Console": "1.1.0",
 -         "Microsoft.Extensions.Logging.Debug": "1.1.0",
 -         "Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0",
 -         "Microsoft.NETCore.App": {
 -             "version": "1.0.1",
 -             "type": "platform"
 -         }
 -     },
 -     "tools": {
 -         "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
 -     },
 -     "frameworks": {
 -         "netcoreapp1.0": {
 -             "imports": [
 -                 "dotnet5.6",
 -                 "portable-net45+win8"
 -             ]
 -         }
 -     },
 -     "buildOptions": {
 -         "emitEntryPoint": true,
 -         "debugType": "portable",
 -         "preserveCompilationContext": true
 -     },
 -     "runtimeOptions": {
 -         "configProperties": {
 -             "System.GC.Server": true
 -         }
 -     },
 -     "publishOptions": {
 -         "include": [
 -             "wwwroot",
 -             "**/*.cshtml",
 -             "appsettings.json",
 -             "web.config"
 -         ]
 -     },
 -     "scripts": {
 -         "postpublish": [
 -             "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
 -         ]
 -     }
 - }
 
 
  |