mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Invoke Node.js modules at runtime in ASP.NET Core applications.",
|
|
"compilationOptions": {
|
|
"keyFile": "../../tools/Key.snk"
|
|
},
|
|
"authors": [ "Microsoft" ],
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
|
|
"Newtonsoft.Json": "9.0.1"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": "4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.Tpl.Dataflow": "4.5.24"
|
|
}
|
|
},
|
|
"netstandard1.3": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"dnxcore50",
|
|
"portable-net45+win8"
|
|
],
|
|
"dependencies": {
|
|
"System.Console": "4.0.0",
|
|
"System.Diagnostics.Process": "4.1.0",
|
|
"System.IO.Pipes": "4.0.0",
|
|
"System.Net.Http": "4.1.0",
|
|
"System.Net.Sockets": "4.1.0",
|
|
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
|
|
"System.Text.RegularExpressions": "4.1.0",
|
|
"System.Threading.Tasks.Dataflow": "4.5.25"
|
|
}
|
|
}
|
|
},
|
|
"buildOptions": {
|
|
"embed": [
|
|
"Content/**/*"
|
|
]
|
|
}
|
|
}
|