63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"authors": [
|
|
"Microsoft"
|
|
],
|
|
"description": "Identity sample MVC application on K",
|
|
"version": "1.0.0-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
|
|
"Microsoft.AspNetCore.DataProtection.Extensions": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Diagnostics": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Identity": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authentication.Twitter": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Authorization": "1.0.0-*",
|
|
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
|
|
"Microsoft.EntityFrameworkCore.Commands": "1.0.0-*",
|
|
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0-*",
|
|
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
"System.IO": "4.1.0-*"
|
|
},
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"commands": {
|
|
"web": "IdentitySample.Mvc"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
},
|
|
"netstandardapp1.5": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"wwwroot",
|
|
"node_modules"
|
|
],
|
|
"scripts": {
|
|
"prepublish": [
|
|
"npm install",
|
|
"bower install",
|
|
"gulp clean",
|
|
"gulp min"
|
|
]
|
|
},
|
|
"content": [
|
|
"appsettings.json"
|
|
]
|
|
} |