40 lines
1021 B
JSON
40 lines
1021 B
JSON
{
|
|
"webroot": "wwwroot",
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.IISPlatformHandler": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.AspNet.Server.WebListener": "1.0.0-*",
|
|
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
|
|
"Microsoft.Framework.Configuration.EnvironmentVariables": "1.0.0-*",
|
|
"Microsoft.Framework.Configuration.Json": "1.0.0-*",
|
|
"Microsoft.Framework.Logging.Console": "1.0.0-*",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Net.Primitives": "4.0.11-beta-*",
|
|
"System.Runtime": "4.0.21-beta-*"
|
|
}
|
|
}
|
|
},
|
|
"commands": {
|
|
"weblistener": "Microsoft.AspNet.Server.WebListener",
|
|
"web": "Microsoft.AspNet.Server.Kestrel"
|
|
},
|
|
"publishExclude": [
|
|
"node_modules",
|
|
"bower_components",
|
|
"**.xproj",
|
|
"**.user",
|
|
"**.vspscc"
|
|
],
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|